Html Css Color HEX #014888 Dark Cerulean

📋 copy color: '#014888'

red 1 ◦ green 72 ◦ blue 136

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

Shades of Dark Cerulean #014888

Tints of Dark Cerulean #014888

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.45%

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

R = 0.48%
G = 34.45%
B = 65.07%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#014888 (or 0x014888) is known color: Dark Cerulean. HEX triplet: 01, 48 and 88. RGB value is (1,72,136). Sum of RGB (Red+Green+Blue) = 1+72+136=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 136 (53.52% from 255 or 65.07% from 209); Max value from RGB is 136 - color contains mainly: blue. Hex color #014888 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014888 is #FEB777. Grayscale: #393939. Windows color (decimal): -16693112 or 8931329. OLE color: 8931329.

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

Color convert

RGB 1 72 136 -
CMYK 0.99 0.47 0 0.47
HSL 208.44º 0.99% 0.27% -
HSV(B) 208.44º 0.99% 0.53% -
XYZ 6.77 6.42 24.17 -
YUV 58.07 171.98 87.3 -
System Red Green Blue C M Y K H S L
Decimal 1 72 136 0.99 0.47 0 0.47 208.44 0.99 0.27
Hex 1 48 88 63 2F 0 2F D0 63 1B
Octal 1 110 210 143 57 0 57 320 143 33
Binary 1 1001000 10001000 1100011 101111 0 101111 11010000 1100011 11011

Color Harmonies of #014888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014888

Black with #014888

Text Example


Text Example

White with #014888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014888; }

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

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

background-color css

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

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

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

border-color css

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

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

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