Html Css Color HEX #015B98 Cobalt

📋 copy color: '#015B98'

red 1 ◦ green 91 ◦ blue 152

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

Shades of Cobalt #015B98

Tints of Cobalt #015B98

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.3%

 BLUE value IS 152 (59.77% from 255) = 62.3%

R = 0.41%
G = 37.3%
B = 62.3%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#015B98 (or 0x015B98) is known color: Cobalt. HEX triplet: 01, 5B and 98. RGB value is (1,91,152). Sum of RGB (Red+Green+Blue) = 1+91+152=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #015B98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015B98 is #FEA467. Grayscale: #464646. Windows color (decimal): -16688232 or 9984769. OLE color: 9984769.

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

Color convert

RGB 1 91 152 -
CMYK 0.99 0.40 0 0.40
HSL 204.24º 0.99% 0.3% -
HSV(B) 204.24º 0.99% 0.6% -
XYZ 9.42 9.76 31.09 -
YUV 71.04 173.68 78.04 -
System Red Green Blue C M Y K H S L
Decimal 1 91 152 0.99 0.40 0 0.40 204.24 0.99 0.3
Hex 1 5B 98 63 28 0 28 CC 63 1E
Octal 1 133 230 143 50 0 50 314 143 36
Binary 1 1011011 10011000 1100011 101000 0 101000 11001100 1100011 11110

Color Harmonies of #015B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015B98

Black with #015B98

Text Example


Text Example

White with #015B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015B98; }

 p { color: rgb(1,91,152); }

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

background-color css

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

 a { background-color: rgb(1,91,152); }

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

border-color css

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

 span { border-color: rgb(1,91,152); }

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