Html Css Color HEX #014588 Dark Cerulean

📋 copy color: '#014588'

red 1 ◦ green 69 ◦ blue 136

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

Shades of Dark Cerulean #014588

Tints of Dark Cerulean #014588

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.5%

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

R = 0.49%
G = 33.5%
B = 66.02%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#014588 (or 0x014588) is known color: Dark Cerulean. HEX triplet: 01, 45 and 88. RGB value is (1,69,136). Sum of RGB (Red+Green+Blue) = 1+69+136=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 136 (53.52% from 255 or 66.02% from 206); Max value from RGB is 136 - color contains mainly: blue. Hex color #014588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014588 is #FEBA77. Grayscale: #373737. Windows color (decimal): -16693880 or 8930561. OLE color: 8930561.

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

Color convert

RGB 1 69 136 -
CMYK 0.99 0.49 0 0.47
HSL 209.78º 0.99% 0.27% -
HSV(B) 209.78º 0.99% 0.53% -
XYZ 6.58 6.04 24.11 -
YUV 56.31 172.97 88.55 -
System Red Green Blue C M Y K H S L
Decimal 1 69 136 0.99 0.49 0 0.47 209.78 0.99 0.27
Hex 1 45 88 63 31 0 2F D2 63 1B
Octal 1 105 210 143 61 0 57 322 143 33
Binary 1 1000101 10001000 1100011 110001 0 101111 11010010 1100011 11011

Color Harmonies of #014588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014588

Black with #014588

Text Example


Text Example

White with #014588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014588; }

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

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

background-color css

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

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

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

border-color css

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

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

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