Html Css Color HEX #015199 Cobalt

📋 copy color: '#015199'

red 1 ◦ green 81 ◦ blue 153

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

Shades of Cobalt #015199

Tints of Cobalt #015199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.47%

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

R = 0.43%
G = 34.47%
B = 65.11%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#015199 (or 0x015199) is known color: Cobalt. HEX triplet: 01, 51 and 99. RGB value is (1,81,153). Sum of RGB (Red+Green+Blue) = 1+81+153=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #015199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015199 is #FEAE66. Grayscale: #404040. Windows color (decimal): -16690791 or 10047745. OLE color: 10047745.

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

Color convert

RGB 1 81 153 -
CMYK 0.99 0.47 0 0.4
HSL 208.42º 0.99% 0.3% -
HSV(B) 208.42º 0.99% 0.6% -
XYZ 8.7 8.19 31.26 -
YUV 65.29 177.5 82.15 -
System Red Green Blue C M Y K H S L
Decimal 1 81 153 0.99 0.47 0 0.4 208.42 0.99 0.3
Hex 1 51 99 63 2F 0 28 D0 63 1E
Octal 1 121 231 143 57 0 50 320 143 36
Binary 1 1010001 10011001 1100011 101111 0 101000 11010000 1100011 11110

Color Harmonies of #015199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015199

Black with #015199

Text Example


Text Example

White with #015199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015199; }

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

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

background-color css

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

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

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

border-color css

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

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

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