Html Css Color HEX #014599 Cobalt

📋 copy color: '#014599'

red 1 ◦ green 69 ◦ blue 153

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

Shades of Cobalt #014599

Tints of Cobalt #014599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.94%

 BLUE value IS 153 (60.16% from 255) = 68.61%

R = 0.45%
G = 30.94%
B = 68.61%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#014599 (or 0x014599) is known color: Cobalt. HEX triplet: 01, 45 and 99. RGB value is (1,69,153). Sum of RGB (Red+Green+Blue) = 1+69+153=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #014599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014599 is #FEBA66. Grayscale: #393939. Windows color (decimal): -16693863 or 10044673. OLE color: 10044673.

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

Color convert

RGB 1 69 153 -
CMYK 0.99 0.55 0 0.4
HSL 213.16º 0.99% 0.3% -
HSV(B) 213.16º 0.99% 0.6% -
XYZ 7.89 6.56 30.99 -
YUV 58.24 181.47 87.17 -
System Red Green Blue C M Y K H S L
Decimal 1 69 153 0.99 0.55 0 0.4 213.16 0.99 0.3
Hex 1 45 99 63 37 0 28 D5 63 1E
Octal 1 105 231 143 67 0 50 325 143 36
Binary 1 1000101 10011001 1100011 110111 0 101000 11010101 1100011 11110

Color Harmonies of #014599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014599

Black with #014599

Text Example


Text Example

White with #014599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014599; }

 p { color: rgb(1,69,153); }

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

background-color css

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

 a { background-color: rgb(1,69,153); }

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

border-color css

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

 span { border-color: rgb(1,69,153); }

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