Html Css Color HEX #014891 Dark Cerulean

📋 copy color: '#014891'

red 1 ◦ green 72 ◦ blue 145

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

Shades of Dark Cerulean #014891

Tints of Dark Cerulean #014891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 66.51%

R = 0.46%
G = 33.03%
B = 66.51%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#014891 (or 0x014891) is known color: Dark Cerulean. HEX triplet: 01, 48 and 91. RGB value is (1,72,145). Sum of RGB (Red+Green+Blue) = 1+72+145=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #014891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014891 is #FEB76E. Grayscale: #3A3A3A. Windows color (decimal): -16693103 or 9521153. OLE color: 9521153.

HSL color Cylindrical-coordinate representation of color #014891: hue angle of 210.42º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014891 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 72 145 -
CMYK 0.99 0.50 0 0.43
HSL 210.42º 0.99% 0.29% -
HSV(B) 210.42º 0.99% 0.57% -
XYZ 7.44 6.69 27.69 -
YUV 59.09 176.48 86.56 -
System Red Green Blue C M Y K H S L
Decimal 1 72 145 0.99 0.50 0 0.43 210.42 0.99 0.29
Hex 1 48 91 63 32 0 2B D2 63 1D
Octal 1 110 221 143 62 0 53 322 143 35
Binary 1 1001000 10010001 1100011 110010 0 101011 11010010 1100011 11101

Color Harmonies of #014891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014891

Black with #014891

Text Example


Text Example

White with #014891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014891; }

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

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

background-color css

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

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

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

border-color css

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

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

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