Html Css Color HEX #014E91 Dark Cerulean

📋 copy color: '#014E91'

red 1 ◦ green 78 ◦ blue 145

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

Shades of Dark Cerulean #014E91

Tints of Dark Cerulean #014E91

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.82%

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

R = 0.45%
G = 34.82%
B = 64.73%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#014E91 (or 0x014E91) is known color: Dark Cerulean. HEX triplet: 01, 4E and 91. RGB value is (1,78,145). Sum of RGB (Red+Green+Blue) = 1+78+145=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #014E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014E91 is #FEB16E. Grayscale: #3E3E3E. Windows color (decimal): -16691567 or 9522689. OLE color: 9522689.

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

Color convert

RGB 1 78 145 -
CMYK 0.99 0.46 0 0.43
HSL 207.92º 0.99% 0.29% -
HSV(B) 207.92º 0.99% 0.57% -
XYZ 7.85 7.5 27.82 -
YUV 62.62 174.49 84.05 -
System Red Green Blue C M Y K H S L
Decimal 1 78 145 0.99 0.46 0 0.43 207.92 0.99 0.29
Hex 1 4E 91 63 2E 0 2B D0 63 1D
Octal 1 116 221 143 56 0 53 320 143 35
Binary 1 1001110 10010001 1100011 101110 0 101011 11010000 1100011 11101

Color Harmonies of #014E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E91

Black with #014E91

Text Example


Text Example

White with #014E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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