Html Css Color HEX #014088 Dark Cerulean

📋 copy color: '#014088'

red 1 ◦ green 64 ◦ blue 136

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

Shades of Dark Cerulean #014088

Tints of Dark Cerulean #014088

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.84%

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

R = 0.5%
G = 31.84%
B = 67.66%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#014088 (or 0x014088) is known color: Dark Cerulean. HEX triplet: 01, 40 and 88. RGB value is (1,64,136). Sum of RGB (Red+Green+Blue) = 1+64+136=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 136 (53.52% from 255 or 67.66% from 201); Max value from RGB is 136 - color contains mainly: blue. Hex color #014088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014088 is #FEBF77. Grayscale: #353535. Windows color (decimal): -16695160 or 8929281. OLE color: 8929281.

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

Color convert

RGB 1 64 136 -
CMYK 0.99 0.53 0 0.47
HSL 212º 0.99% 0.27% -
HSV(B) 212º 0.99% 0.53% -
XYZ 6.29 5.45 24.01 -
YUV 53.37 174.63 90.65 -
System Red Green Blue C M Y K H S L
Decimal 1 64 136 0.99 0.53 0 0.47 212 0.99 0.27
Hex 1 40 88 63 35 0 2F D4 63 1B
Octal 1 100 210 143 65 0 57 324 143 33
Binary 1 1000000 10001000 1100011 110101 0 101111 11010100 1100011 11011

Color Harmonies of #014088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014088

Black with #014088

Text Example


Text Example

White with #014088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014088; }

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

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

background-color css

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

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

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

border-color css

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

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

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