Html Css Color HEX #014E8C Dark Cerulean

📋 copy color: '#014E8C'

red 1 ◦ green 78 ◦ blue 140

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

Shades of Dark Cerulean #014E8C

Tints of Dark Cerulean #014E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 63.93%

R = 0.46%
G = 35.62%
B = 63.93%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#014E8C (or 0x014E8C) is known color: Dark Cerulean. HEX triplet: 01, 4E and 8C. RGB value is (1,78,140). Sum of RGB (Red+Green+Blue) = 1+78+140=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #014E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014E8C is #FEB173. Grayscale: #3D3D3D. Windows color (decimal): -16691572 or 9195009. OLE color: 9195009.

HSL color Cylindrical-coordinate representation of color #014E8C: hue angle of 206.76º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E8C is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 78 140 -
CMYK 0.99 0.44 0 0.45
HSL 206.76º 0.99% 0.28% -
HSV(B) 206.76º 0.99% 0.55% -
XYZ 7.47 7.35 25.84 -
YUV 62.05 171.99 84.46 -
System Red Green Blue C M Y K H S L
Decimal 1 78 140 0.99 0.44 0 0.45 206.76 0.99 0.28
Hex 1 4E 8C 63 2C 0 2D CF 63 1C
Octal 1 116 214 143 54 0 55 317 143 34
Binary 1 1001110 10001100 1100011 101100 0 101101 11001111 1100011 11100

Color Harmonies of #014E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E8C

Black with #014E8C

Text Example


Text Example

White with #014E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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