Html Css Color HEX #014696 Cobalt

📋 copy color: '#014696'

red 1 ◦ green 70 ◦ blue 150

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

Shades of Cobalt #014696

Tints of Cobalt #014696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 67.87%

R = 0.45%
G = 31.67%
B = 67.87%

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

#014696 (or 0x014696) is known color: Cobalt. HEX triplet: 01, 46 and 96. RGB value is (1,70,150). Sum of RGB (Red+Green+Blue) = 1+70+150=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #014696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014696 is #FEB969. Grayscale: #3A3A3A. Windows color (decimal): -16693610 or 9848321. OLE color: 9848321.

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

Color convert

RGB 1 70 150 -
CMYK 0.99 0.53 0 0.41
HSL 212.21º 0.99% 0.3% -
HSV(B) 212.21º 0.99% 0.59% -
XYZ 7.71 6.59 29.72 -
YUV 58.49 179.64 87 -
System Red Green Blue C M Y K H S L
Decimal 1 70 150 0.99 0.53 0 0.41 212.21 0.99 0.3
Hex 1 46 96 63 35 0 29 D4 63 1E
Octal 1 106 226 143 65 0 51 324 143 36
Binary 1 1000110 10010110 1100011 110101 0 101001 11010100 1100011 11110

Color Harmonies of #014696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014696

Black with #014696

Text Example


Text Example

White with #014696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014696; }

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

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

background-color css

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

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

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

border-color css

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

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

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