Html Css Color HEX #014C87 Dark Cerulean

📋 copy color: '#014C87'

red 1 ◦ green 76 ◦ blue 135

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

Shades of Dark Cerulean #014C87

Tints of Dark Cerulean #014C87

RGB

 RED value IS 1 (0.78% from 255) = 0.47%

 GREEN value IS 76 (30.08% from 255) = 35.85%

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

R = 0.47%
G = 35.85%
B = 63.68%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#014C87 (or 0x014C87) is known color: Dark Cerulean. HEX triplet: 01, 4C and 87. RGB value is (1,76,135). Sum of RGB (Red+Green+Blue) = 1+76+135=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #014C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014C87 is #FEB378. Grayscale: #3B3B3B. Windows color (decimal): -16692089 or 8866817. OLE color: 8866817.

HSL color Cylindrical-coordinate representation of color #014C87: hue angle of 206.42º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C87 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 76 135 -
CMYK 0.99 0.44 0 0.47
HSL 206.42º 0.99% 0.27% -
HSV(B) 206.42º 0.99% 0.53% -
XYZ 6.97 6.92 23.89 -
YUV 60.3 170.15 85.7 -
System Red Green Blue C M Y K H S L
Decimal 1 76 135 0.99 0.44 0 0.47 206.42 0.99 0.27
Hex 1 4C 87 63 2C 0 2F CE 63 1B
Octal 1 114 207 143 54 0 57 316 143 33
Binary 1 1001100 10000111 1100011 101100 0 101111 11001110 1100011 11011

Color Harmonies of #014C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C87

Black with #014C87

Text Example


Text Example

White with #014C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014C87; }

 p { color: rgb(1,76,135); }

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

background-color css

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

 a { background-color: rgb(1,76,135); }

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

border-color css

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

 span { border-color: rgb(1,76,135); }

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