Html Css Color HEX #015595 Cobalt

📋 copy color: '#015595'

red 1 ◦ green 85 ◦ blue 149

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

Shades of Cobalt #015595

Tints of Cobalt #015595

RGB

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

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

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

R = 0.43%
G = 36.17%
B = 63.4%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#015595 (or 0x015595) is known color: Cobalt. HEX triplet: 01, 55 and 95. RGB value is (1,85,149). Sum of RGB (Red+Green+Blue) = 1+85+149=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #015595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015595 is #FEAA6A. Grayscale: #424242. Windows color (decimal): -16689771 or 9786625. OLE color: 9786625.

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

Color convert

RGB 1 85 149 -
CMYK 0.99 0.43 0 0.42
HSL 205.95º 0.99% 0.29% -
HSV(B) 205.95º 0.99% 0.58% -
XYZ 8.69 8.67 29.65 -
YUV 67.18 174.17 80.8 -
System Red Green Blue C M Y K H S L
Decimal 1 85 149 0.99 0.43 0 0.42 205.95 0.99 0.29
Hex 1 55 95 63 2B 0 2A CE 63 1D
Octal 1 125 225 143 53 0 52 316 143 35
Binary 1 1010101 10010101 1100011 101011 0 101010 11001110 1100011 11101

Color Harmonies of #015595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015595

Black with #015595

Text Example


Text Example

White with #015595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015595; }

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

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

background-color css

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

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

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

border-color css

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

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

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