Html Css Color HEX #014797 Cobalt

📋 copy color: '#014797'

red 1 ◦ green 71 ◦ blue 151

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

Shades of Cobalt #014797

Tints of Cobalt #014797

RGB

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

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

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

R = 0.45%
G = 31.84%
B = 67.71%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#014797 (or 0x014797) is known color: Cobalt. HEX triplet: 01, 47 and 97. RGB value is (1,71,151). Sum of RGB (Red+Green+Blue) = 1+71+151=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 151 (59.38% from 255 or 67.71% from 223); Max value from RGB is 151 - color contains mainly: blue. Hex color #014797 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014797 is #FEB868. Grayscale: #3A3A3A. Windows color (decimal): -16693353 or 9914113. OLE color: 9914113.

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

Color convert

RGB 1 71 151 -
CMYK 0.99 0.53 0 0.41
HSL 212º 0.99% 0.3% -
HSV(B) 212º 0.99% 0.59% -
XYZ 7.85 6.75 30.17 -
YUV 59.19 179.81 86.5 -
System Red Green Blue C M Y K H S L
Decimal 1 71 151 0.99 0.53 0 0.41 212 0.99 0.3
Hex 1 47 97 63 35 0 29 D4 63 1E
Octal 1 107 227 143 65 0 51 324 143 36
Binary 1 1000111 10010111 1100011 110101 0 101001 11010100 1100011 11110

Color Harmonies of #014797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014797

Black with #014797

Text Example


Text Example

White with #014797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014797; }

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

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

background-color css

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

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

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

border-color css

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

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

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