Html Css Color HEX #014C88 Dark Cerulean

📋 copy color: '#014C88'

red 1 ◦ green 76 ◦ blue 136

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

Shades of Dark Cerulean #014C88

Tints of Dark Cerulean #014C88

RGB

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

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

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

R = 0.47%
G = 35.68%
B = 63.85%

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

#014C88 (or 0x014C88) is known color: Dark Cerulean. HEX triplet: 01, 4C and 88. RGB value is (1,76,136). Sum of RGB (Red+Green+Blue) = 1+76+136=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #014C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014C88 is #FEB377. Grayscale: #3C3C3C. Windows color (decimal): -16692088 or 8932353. OLE color: 8932353.

HSL color Cylindrical-coordinate representation of color #014C88: hue angle of 206.67º 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 #014C88 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 76 136 -
CMYK 0.99 0.44 0 0.47
HSL 206.67º 0.99% 0.27% -
HSV(B) 206.67º 0.99% 0.53% -
XYZ 7.04 6.95 24.26 -
YUV 60.42 170.65 85.62 -
System Red Green Blue C M Y K H S L
Decimal 1 76 136 0.99 0.44 0 0.47 206.67 0.99 0.27
Hex 1 4C 88 63 2C 0 2F CF 63 1B
Octal 1 114 210 143 54 0 57 317 143 33
Binary 1 1001100 10001000 1100011 101100 0 101111 11001111 1100011 11011

Color Harmonies of #014C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C88

Black with #014C88

Text Example


Text Example

White with #014C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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