Html Css Color HEX #014895 Cobalt

📋 copy color: '#014895'

red 1 ◦ green 72 ◦ blue 149

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

Shades of Cobalt #014895

Tints of Cobalt #014895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.43%

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

R = 0.45%
G = 32.43%
B = 67.12%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#014895 (or 0x014895) is known color: Cobalt. HEX triplet: 01, 48 and 95. RGB value is (1,72,149). Sum of RGB (Red+Green+Blue) = 1+72+149=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #014895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014895 is #FEB76A. Grayscale: #3B3B3B. Windows color (decimal): -16693099 or 9783297. OLE color: 9783297.

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

Color convert

RGB 1 72 149 -
CMYK 0.99 0.52 0 0.42
HSL 211.22º 0.99% 0.29% -
HSV(B) 211.22º 0.99% 0.58% -
XYZ 7.75 6.81 29.34 -
YUV 59.55 178.48 86.24 -
System Red Green Blue C M Y K H S L
Decimal 1 72 149 0.99 0.52 0 0.42 211.22 0.99 0.29
Hex 1 48 95 63 34 0 2A D3 63 1D
Octal 1 110 225 143 64 0 52 323 143 35
Binary 1 1001000 10010101 1100011 110100 0 101010 11010011 1100011 11101

Color Harmonies of #014895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014895

Black with #014895

Text Example


Text Example

White with #014895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014895; }

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

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

background-color css

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

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

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

border-color css

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

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

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