Html Css Color HEX #014788 Dark Cerulean

📋 copy color: '#014788'

red 1 ◦ green 71 ◦ blue 136

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

Shades of Dark Cerulean #014788

Tints of Dark Cerulean #014788

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.13%

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

R = 0.48%
G = 34.13%
B = 65.38%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#014788 (or 0x014788) is known color: Dark Cerulean. HEX triplet: 01, 47 and 88. RGB value is (1,71,136). Sum of RGB (Red+Green+Blue) = 1+71+136=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 136 (53.52% from 255 or 65.38% from 208); Max value from RGB is 136 - color contains mainly: blue. Hex color #014788 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014788 is #FEB877. Grayscale: #393939. Windows color (decimal): -16693368 or 8931073. OLE color: 8931073.

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

Color convert

RGB 1 71 136 -
CMYK 0.99 0.48 0 0.47
HSL 208.89º 0.99% 0.27% -
HSV(B) 208.89º 0.99% 0.53% -
XYZ 6.71 6.29 24.15 -
YUV 57.48 172.31 87.71 -
System Red Green Blue C M Y K H S L
Decimal 1 71 136 0.99 0.48 0 0.47 208.89 0.99 0.27
Hex 1 47 88 63 30 0 2F D1 63 1B
Octal 1 107 210 143 60 0 57 321 143 33
Binary 1 1000111 10001000 1100011 110000 0 101111 11010001 1100011 11011

Color Harmonies of #014788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014788

Black with #014788

Text Example


Text Example

White with #014788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014788; }

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

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

background-color css

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

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

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

border-color css

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

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

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