Html Css Color HEX #145189 Dark Cerulean

📋 copy color: '#145189'

red 20 ◦ green 81 ◦ blue 137

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

Shades of Dark Cerulean #145189

Tints of Dark Cerulean #145189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 57.56%

R = 8.4%
G = 34.03%
B = 57.56%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#145189 (or 0x145189) is known color: Dark Cerulean. HEX triplet: 14, 51 and 89. RGB value is (20,81,137). Sum of RGB (Red+Green+Blue) = 20+81+137=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #145189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145189 is #EBAE76. Grayscale: #444444. Windows color (decimal): -15445623 or 8999188. OLE color: 8999188.

HSL color Cylindrical-coordinate representation of color #145189: hue angle of 208.72º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145189 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 81 137 -
CMYK 0.85 0.41 0 0.46
HSL 208.72º 0.75% 0.31% -
HSV(B) 208.72º 0.85% 0.54% -
XYZ 7.75 7.84 24.77 -
YUV 69.15 166.29 92.95 -
System Red Green Blue C M Y K H S L
Decimal 20 81 137 0.85 0.41 0 0.46 208.72 0.75 0.31
Hex 14 51 89 55 29 0 2E D1 4B 1F
Octal 24 121 211 125 51 0 56 321 113 37
Binary 10100 1010001 10001001 1010101 101001 0 101110 11010001 1001011 11111

Color Harmonies of #145189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145189

Black with #145189

Text Example


Text Example

White with #145189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145189; }

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

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

background-color css

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

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

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

border-color css

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

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

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