Html Css Color HEX #014F89 Dark Cerulean

📋 copy color: '#014F89'

red 1 ◦ green 79 ◦ blue 137

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

Shades of Dark Cerulean #014F89

Tints of Dark Cerulean #014F89

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.41%

 BLUE value IS 137 (53.91% from 255) = 63.13%

R = 0.46%
G = 36.41%
B = 63.13%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#014F89 (or 0x014F89) is known color: Dark Cerulean. HEX triplet: 01, 4F and 89. RGB value is (1,79,137). Sum of RGB (Red+Green+Blue) = 1+79+137=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 137 (53.91% from 255 or 63.13% from 217); Max value from RGB is 137 - color contains mainly: blue. Hex color #014F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014F89 is #FEB076. Grayscale: #3D3D3D. Windows color (decimal): -16691319 or 8998657. OLE color: 8998657.

HSL color Cylindrical-coordinate representation of color #014F89: hue angle of 205.59º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F89 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 79 137 -
CMYK 0.99 0.42 0 0.46
HSL 205.59º 0.99% 0.27% -
HSV(B) 205.59º 0.99% 0.54% -
XYZ 7.32 7.4 24.71 -
YUV 62.29 170.16 84.28 -
System Red Green Blue C M Y K H S L
Decimal 1 79 137 0.99 0.42 0 0.46 205.59 0.99 0.27
Hex 1 4F 89 63 2A 0 2E CE 63 1B
Octal 1 117 211 143 52 0 56 316 143 33
Binary 1 1001111 10001001 1100011 101010 0 101110 11001110 1100011 11011

Color Harmonies of #014F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F89

Black with #014F89

Text Example


Text Example

White with #014F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,79,137); }

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

background-color css

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

 a { background-color: rgb(1,79,137); }

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

border-color css

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

 span { border-color: rgb(1,79,137); }

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