Html Css Color HEX #015599 Cobalt

📋 copy color: '#015599'

red 1 ◦ green 85 ◦ blue 153

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

Shades of Cobalt #015599

Tints of Cobalt #015599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.56%

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

R = 0.42%
G = 35.56%
B = 64.02%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#015599 (or 0x015599) is known color: Cobalt. HEX triplet: 01, 55 and 99. RGB value is (1,85,153). Sum of RGB (Red+Green+Blue) = 1+85+153=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #015599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015599 is #FEAA66. Grayscale: #434343. Windows color (decimal): -16689767 or 10048769. OLE color: 10048769.

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

Color convert

RGB 1 85 153 -
CMYK 0.99 0.44 0 0.4
HSL 206.84º 0.99% 0.3% -
HSV(B) 206.84º 0.99% 0.6% -
XYZ 9.01 8.8 31.36 -
YUV 67.64 176.17 80.47 -
System Red Green Blue C M Y K H S L
Decimal 1 85 153 0.99 0.44 0 0.4 206.84 0.99 0.3
Hex 1 55 99 63 2C 0 28 CF 63 1E
Octal 1 125 231 143 54 0 50 317 143 36
Binary 1 1010101 10011001 1100011 101100 0 101000 11001111 1100011 11110

Color Harmonies of #015599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015599

Black with #015599

Text Example


Text Example

White with #015599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015599; }

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

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

background-color css

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

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

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

border-color css

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

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

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