Html Css Color HEX #014D88 Dark Cerulean

📋 copy color: '#014D88'

red 1 ◦ green 77 ◦ blue 136

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

Shades of Dark Cerulean #014D88

Tints of Dark Cerulean #014D88

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.98%

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

R = 0.47%
G = 35.98%
B = 63.55%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#014D88 (or 0x014D88) is known color: Dark Cerulean. HEX triplet: 01, 4D and 88. RGB value is (1,77,136). Sum of RGB (Red+Green+Blue) = 1+77+136=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 136 (53.52% from 255 or 63.55% from 214); Max value from RGB is 136 - color contains mainly: blue. Hex color #014D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014D88 is #FEB277. Grayscale: #3C3C3C. Windows color (decimal): -16691832 or 8932609. OLE color: 8932609.

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

Color convert

RGB 1 77 136 -
CMYK 0.99 0.43 0 0.47
HSL 206.22º 0.99% 0.27% -
HSV(B) 206.22º 0.99% 0.53% -
XYZ 7.11 7.09 24.29 -
YUV 61 170.32 85.2 -
System Red Green Blue C M Y K H S L
Decimal 1 77 136 0.99 0.43 0 0.47 206.22 0.99 0.27
Hex 1 4D 88 63 2B 0 2F CE 63 1B
Octal 1 115 210 143 53 0 57 316 143 33
Binary 1 1001101 10001000 1100011 101011 0 101111 11001110 1100011 11011

Color Harmonies of #014D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D88

Black with #014D88

Text Example


Text Example

White with #014D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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