Html Css Color HEX #145087 Dark Cerulean

📋 copy color: '#145087'

red 20 ◦ green 80 ◦ blue 135

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

Shades of Dark Cerulean #145087

Tints of Dark Cerulean #145087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.04%

 BLUE value IS 135 (53.13% from 255) = 57.45%

R = 8.51%
G = 34.04%
B = 57.45%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#145087 (or 0x145087) is known color: Dark Cerulean. HEX triplet: 14, 50 and 87. RGB value is (20,80,135). Sum of RGB (Red+Green+Blue) = 20+80+135=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #145087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145087 is #EBAF78. Grayscale: #444444. Windows color (decimal): -15445881 or 8867860. OLE color: 8867860.

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

Color convert

RGB 20 80 135 -
CMYK 0.85 0.41 0 0.47
HSL 208.7º 0.74% 0.3% -
HSV(B) 208.7º 0.85% 0.53% -
XYZ 7.53 7.64 24 -
YUV 68.33 165.62 93.53 -
System Red Green Blue C M Y K H S L
Decimal 20 80 135 0.85 0.41 0 0.47 208.7 0.74 0.3
Hex 14 50 87 55 29 0 2F D1 4A 1E
Octal 24 120 207 125 51 0 57 321 112 36
Binary 10100 1010000 10000111 1010101 101001 0 101111 11010001 1001010 11110

Color Harmonies of #145087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145087

Black with #145087

Text Example


Text Example

White with #145087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145087; }

 p { color: rgb(20,80,135); }

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

background-color css

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

 a { background-color: rgb(20,80,135); }

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

border-color css

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

 span { border-color: rgb(20,80,135); }

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