Html Css Color HEX #015F9F Cobalt

📋 copy color: '#015F9F'

red 1 ◦ green 95 ◦ blue 159

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

Shades of Cobalt #015F9F

Tints of Cobalt #015F9F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.25%

 BLUE value IS 159 (62.5% from 255) = 62.35%

R = 0.39%
G = 37.25%
B = 62.35%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#015F9F (or 0x015F9F) is known color: Cobalt. HEX triplet: 01, 5F and 9F. RGB value is (1,95,159). Sum of RGB (Red+Green+Blue) = 1+95+159=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #015F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015F9F is #FEA060. Grayscale: #494949. Windows color (decimal): -16687201 or 10444545. OLE color: 10444545.

HSL color Cylindrical-coordinate representation of color #015F9F: hue angle of 204.3º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F9F is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 95 159 -
CMYK 0.99 0.40 0 0.38
HSL 204.3º 0.99% 0.31% -
HSV(B) 204.3º 0.99% 0.62% -
XYZ 10.36 10.69 34.32 -
YUV 74.19 175.86 75.8 -
System Red Green Blue C M Y K H S L
Decimal 1 95 159 0.99 0.40 0 0.38 204.3 0.99 0.31
Hex 1 5F 9F 63 28 0 26 CC 63 1F
Octal 1 137 237 143 50 0 46 314 143 37
Binary 1 1011111 10011111 1100011 101000 0 100110 11001100 1100011 11111

Color Harmonies of #015F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F9F

Black with #015F9F

Text Example


Text Example

White with #015F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,95,159); }

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

background-color css

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

 a { background-color: rgb(1,95,159); }

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

border-color css

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

 span { border-color: rgb(1,95,159); }

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