Html Css Color HEX #014695 Cobalt

📋 copy color: '#014695'

red 1 ◦ green 70 ◦ blue 149

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

Shades of Cobalt #014695

Tints of Cobalt #014695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 67.73%

R = 0.45%
G = 31.82%
B = 67.73%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#014695 (or 0x014695) is known color: Cobalt. HEX triplet: 01, 46 and 95. RGB value is (1,70,149). Sum of RGB (Red+Green+Blue) = 1+70+149=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #014695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014695 is #FEB96A. Grayscale: #393939. Windows color (decimal): -16693611 or 9782785. OLE color: 9782785.

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

Color convert

RGB 1 70 149 -
CMYK 0.99 0.53 0 0.42
HSL 212.03º 0.99% 0.29% -
HSV(B) 212.03º 0.99% 0.58% -
XYZ 7.63 6.56 29.3 -
YUV 58.38 179.14 87.08 -
System Red Green Blue C M Y K H S L
Decimal 1 70 149 0.99 0.53 0 0.42 212.03 0.99 0.29
Hex 1 46 95 63 35 0 2A D4 63 1D
Octal 1 106 225 143 65 0 52 324 143 35
Binary 1 1000110 10010101 1100011 110101 0 101010 11010100 1100011 11101

Color Harmonies of #014695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014695

Black with #014695

Text Example


Text Example

White with #014695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014695; }

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

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

background-color css

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

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

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

border-color css

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

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

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