Html Css Color HEX #145180 Dark Cerulean

📋 copy color: '#145180'

red 20 ◦ green 81 ◦ blue 128

#145180
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #145180

Tints of Dark Cerulean #145180

RGB

 RED value IS 20 (8.2% from 255) = 8.73%

 GREEN value IS 81 (32.03% from 255) = 35.37%

 BLUE value IS 128 (50.39% from 255) = 55.9%

R = 8.73%
G = 35.37%
B = 55.9%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#145180 (or 0x145180) is known color: Dark Cerulean. HEX triplet: 14, 51 and 80. RGB value is (20,81,128). Sum of RGB (Red+Green+Blue) = 20+81+128=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #145180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145180 is #EBAE7F. Grayscale: #434343. Windows color (decimal): -15445632 or 8409364. OLE color: 8409364.

HSL color Cylindrical-coordinate representation of color #145180: hue angle of 206.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #145180 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 81 128 -
CMYK 0.84 0.37 0 0.50
HSL 206.11º 0.73% 0.29% -
HSV(B) 206.11º 0.84% 0.5% -
XYZ 7.13 7.59 21.51 -
YUV 68.12 161.79 93.68 -
System Red Green Blue C M Y K H S L
Decimal 20 81 128 0.84 0.37 0 0.50 206.11 0.73 0.29
Hex 14 51 80 54 25 0 32 CE 49 1D
Octal 24 121 200 124 45 0 62 316 111 35
Binary 10100 1010001 10000000 1010100 100101 0 110010 11001110 1001001 11101

Color Harmonies of #145180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145180

Black with #145180

Text Example


Text Example

White with #145180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145180; }

 p { color: rgb(20,81,128); }

 H1.HeaderClassName
 {
   color: #145180;
 }
 .AnyTagClassName
 {
   color: #145180;
 }
</style>

background-color css

<style>
 a { background-color: #145180; }

 a { background-color: rgb(20,81,128); }

 div.DivClassName
 {
   background-color: #145180;
 }
 .BgClassName
 {
   background-color: #145180;
 }
</style>

border-color css

<style>
 span { border-color: #145180; }

 span { border-color: rgb(20,81,128); }

 td.TdClassName
 {
   border-color: #145180;
 }
 .TagClassName
 {
   border-color: #145180;
 }
</style>