Html Css Color HEX #145188 Dark Cerulean

📋 copy color: '#145188'

red 20 ◦ green 81 ◦ blue 136

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

Shades of Dark Cerulean #145188

Tints of Dark Cerulean #145188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 57.38%

R = 8.44%
G = 34.18%
B = 57.38%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#145188 (or 0x145188) is known color: Dark Cerulean. HEX triplet: 14, 51 and 88. RGB value is (20,81,136). Sum of RGB (Red+Green+Blue) = 20+81+136=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #145188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145188 is #EBAE77. Grayscale: #444444. Windows color (decimal): -15445624 or 8933652. OLE color: 8933652.

HSL color Cylindrical-coordinate representation of color #145188: hue angle of 208.45º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145188 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 81 136 -
CMYK 0.85 0.40 0 0.47
HSL 208.45º 0.74% 0.31% -
HSV(B) 208.45º 0.85% 0.53% -
XYZ 7.67 7.81 24.4 -
YUV 69.03 165.79 93.03 -
System Red Green Blue C M Y K H S L
Decimal 20 81 136 0.85 0.40 0 0.47 208.45 0.74 0.31
Hex 14 51 88 55 28 0 2F D0 4A 1F
Octal 24 121 210 125 50 0 57 320 112 37
Binary 10100 1010001 10001000 1010101 101000 0 101111 11010000 1001010 11111

Color Harmonies of #145188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145188

Black with #145188

Text Example


Text Example

White with #145188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145188; }

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

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

background-color css

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

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

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

border-color css

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

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

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