Html Css Color HEX #014691 Dark Cerulean

📋 copy color: '#014691'

red 1 ◦ green 70 ◦ blue 145

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

Shades of Dark Cerulean #014691

Tints of Dark Cerulean #014691

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.41%

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

R = 0.46%
G = 32.41%
B = 67.13%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#014691 (or 0x014691) is known color: Dark Cerulean. HEX triplet: 01, 46 and 91. RGB value is (1,70,145). Sum of RGB (Red+Green+Blue) = 1+70+145=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 145 (57.03% from 255 or 67.13% from 216); Max value from RGB is 145 - color contains mainly: blue. Hex color #014691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014691 is #FEB96E. Grayscale: #393939. Windows color (decimal): -16693615 or 9520641. OLE color: 9520641.

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

Color convert

RGB 1 70 145 -
CMYK 0.99 0.52 0 0.43
HSL 211.25º 0.99% 0.29% -
HSV(B) 211.25º 0.99% 0.57% -
XYZ 7.31 6.43 27.64 -
YUV 57.92 177.14 87.4 -
System Red Green Blue C M Y K H S L
Decimal 1 70 145 0.99 0.52 0 0.43 211.25 0.99 0.29
Hex 1 46 91 63 34 0 2B D3 63 1D
Octal 1 106 221 143 64 0 53 323 143 35
Binary 1 1000110 10010001 1100011 110100 0 101011 11010011 1100011 11101

Color Harmonies of #014691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014691

Black with #014691

Text Example


Text Example

White with #014691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014691; }

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

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

background-color css

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

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

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

border-color css

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

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

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