Html Css Color HEX #014798 Cobalt

📋 copy color: '#014798'

red 1 ◦ green 71 ◦ blue 152

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

Shades of Cobalt #014798

Tints of Cobalt #014798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 67.86%

R = 0.45%
G = 31.7%
B = 67.86%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#014798 (or 0x014798) is known color: Cobalt. HEX triplet: 01, 47 and 98. RGB value is (1,71,152). Sum of RGB (Red+Green+Blue) = 1+71+152=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #014798 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014798 is #FEB867. Grayscale: #3A3A3A. Windows color (decimal): -16693352 or 9979649. OLE color: 9979649.

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

Color convert

RGB 1 71 152 -
CMYK 0.99 0.53 0 0.40
HSL 212.19º 0.99% 0.3% -
HSV(B) 212.19º 0.99% 0.6% -
XYZ 7.93 6.78 30.6 -
YUV 59.3 180.31 86.41 -
System Red Green Blue C M Y K H S L
Decimal 1 71 152 0.99 0.53 0 0.40 212.19 0.99 0.3
Hex 1 47 98 63 35 0 28 D4 63 1E
Octal 1 107 230 143 65 0 50 324 143 36
Binary 1 1000111 10011000 1100011 110101 0 101000 11010100 1100011 11110

Color Harmonies of #014798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014798

Black with #014798

Text Example


Text Example

White with #014798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014798; }

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

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

background-color css

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

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

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

border-color css

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

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

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