Html Css Color HEX #014697 Cobalt

📋 copy color: '#014697'

red 1 ◦ green 70 ◦ blue 151

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

Shades of Cobalt #014697

Tints of Cobalt #014697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 68.02%

R = 0.45%
G = 31.53%
B = 68.02%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#014697 (or 0x014697) is known color: Cobalt. HEX triplet: 01, 46 and 97. RGB value is (1,70,151). Sum of RGB (Red+Green+Blue) = 1+70+151=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 151 (59.38% from 255 or 68.02% from 222); Max value from RGB is 151 - color contains mainly: blue. Hex color #014697 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014697 is #FEB968. Grayscale: #3A3A3A. Windows color (decimal): -16693609 or 9913857. OLE color: 9913857.

HSL color Cylindrical-coordinate representation of color #014697: hue angle of 212.4º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014697 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 70 151 -
CMYK 0.99 0.54 0 0.41
HSL 212.4º 0.99% 0.3% -
HSV(B) 212.4º 0.99% 0.59% -
XYZ 7.79 6.62 30.15 -
YUV 58.6 180.14 86.91 -
System Red Green Blue C M Y K H S L
Decimal 1 70 151 0.99 0.54 0 0.41 212.4 0.99 0.3
Hex 1 46 97 63 36 0 29 D4 63 1E
Octal 1 106 227 143 66 0 51 324 143 36
Binary 1 1000110 10010111 1100011 110110 0 101001 11010100 1100011 11110

Color Harmonies of #014697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014697

Black with #014697

Text Example


Text Example

White with #014697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014697; }

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

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

background-color css

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

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

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

border-color css

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

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

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