Html Css Color HEX #145181 Dark Cerulean

📋 copy color: '#145181'

red 20 ◦ green 81 ◦ blue 129

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

Shades of Dark Cerulean #145181

Tints of Dark Cerulean #145181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 56.09%

R = 8.7%
G = 35.22%
B = 56.09%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#145181 (or 0x145181) is known color: Dark Cerulean. HEX triplet: 14, 51 and 81. RGB value is (20,81,129). Sum of RGB (Red+Green+Blue) = 20+81+129=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #145181 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145181 is #EBAE7E. Grayscale: #434343. Windows color (decimal): -15445631 or 8474900. OLE color: 8474900.

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

Color convert

RGB 20 81 129 -
CMYK 0.84 0.37 0 0.49
HSL 206.42º 0.73% 0.29% -
HSV(B) 206.42º 0.84% 0.51% -
XYZ 7.19 7.62 21.86 -
YUV 68.23 162.29 93.6 -
System Red Green Blue C M Y K H S L
Decimal 20 81 129 0.84 0.37 0 0.49 206.42 0.73 0.29
Hex 14 51 81 54 25 0 31 CE 49 1D
Octal 24 121 201 124 45 0 61 316 111 35
Binary 10100 1010001 10000001 1010100 100101 0 110001 11001110 1001001 11101

Color Harmonies of #145181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145181

Black with #145181

Text Example


Text Example

White with #145181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145181; }

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

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

background-color css

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

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

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

border-color css

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

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

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