Html Css Color HEX #014791 Dark Cerulean

📋 copy color: '#014791'

red 1 ◦ green 71 ◦ blue 145

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

Shades of Dark Cerulean #014791

Tints of Dark Cerulean #014791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.72%

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

R = 0.46%
G = 32.72%
B = 66.82%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#014791 (or 0x014791) is known color: Dark Cerulean. HEX triplet: 01, 47 and 91. RGB value is (1,71,145). Sum of RGB (Red+Green+Blue) = 1+71+145=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 145 (57.03% from 255 or 66.82% from 217); Max value from RGB is 145 - color contains mainly: blue. Hex color #014791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014791 is #FEB86E. Grayscale: #3A3A3A. Windows color (decimal): -16693359 or 9520897. OLE color: 9520897.

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

Color convert

RGB 1 71 145 -
CMYK 0.99 0.51 0 0.43
HSL 210.83º 0.99% 0.29% -
HSV(B) 210.83º 0.99% 0.57% -
XYZ 7.38 6.56 27.66 -
YUV 58.51 176.81 86.98 -
System Red Green Blue C M Y K H S L
Decimal 1 71 145 0.99 0.51 0 0.43 210.83 0.99 0.29
Hex 1 47 91 63 33 0 2B D3 63 1D
Octal 1 107 221 143 63 0 53 323 143 35
Binary 1 1000111 10010001 1100011 110011 0 101011 11010011 1100011 11101

Color Harmonies of #014791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014791

Black with #014791

Text Example


Text Example

White with #014791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014791; }

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

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

background-color css

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

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

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

border-color css

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

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

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