Html Css Color HEX #015099 Cobalt

📋 copy color: '#015099'

red 1 ◦ green 80 ◦ blue 153

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

Shades of Cobalt #015099

Tints of Cobalt #015099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.19%

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

R = 0.43%
G = 34.19%
B = 65.38%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#015099 (or 0x015099) is known color: Cobalt. HEX triplet: 01, 50 and 99. RGB value is (1,80,153). Sum of RGB (Red+Green+Blue) = 1+80+153=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #015099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015099 is #FEAF66. Grayscale: #404040. Windows color (decimal): -16691047 or 10047489. OLE color: 10047489.

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

Color convert

RGB 1 80 153 -
CMYK 0.99 0.48 0 0.4
HSL 208.82º 0.99% 0.3% -
HSV(B) 208.82º 0.99% 0.6% -
XYZ 8.63 8.04 31.23 -
YUV 64.7 177.83 82.56 -
System Red Green Blue C M Y K H S L
Decimal 1 80 153 0.99 0.48 0 0.4 208.82 0.99 0.3
Hex 1 50 99 63 30 0 28 D1 63 1E
Octal 1 120 231 143 60 0 50 321 143 36
Binary 1 1010000 10011001 1100011 110000 0 101000 11010001 1100011 11110

Color Harmonies of #015099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015099

Black with #015099

Text Example


Text Example

White with #015099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015099; }

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

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

background-color css

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

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

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

border-color css

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

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

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