Html Css Color HEX #015A9F Cobalt

📋 copy color: '#015A9F'

red 1 ◦ green 90 ◦ blue 159

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

Shades of Cobalt #015A9F

Tints of Cobalt #015A9F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36%

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

R = 0.4%
G = 36%
B = 63.6%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#015A9F (or 0x015A9F) is known color: Cobalt. HEX triplet: 01, 5A and 9F. RGB value is (1,90,159). Sum of RGB (Red+Green+Blue) = 1+90+159=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #015A9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015A9F is #FEA560. Grayscale: #464646. Windows color (decimal): -16688481 or 10443265. OLE color: 10443265.

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

Color convert

RGB 1 90 159 -
CMYK 0.99 0.43 0 0.38
HSL 206.2º 0.99% 0.31% -
HSV(B) 206.2º 0.99% 0.62% -
XYZ 9.93 9.82 34.17 -
YUV 71.26 177.51 77.89 -
System Red Green Blue C M Y K H S L
Decimal 1 90 159 0.99 0.43 0 0.38 206.2 0.99 0.31
Hex 1 5A 9F 63 2B 0 26 CE 63 1F
Octal 1 132 237 143 53 0 46 316 143 37
Binary 1 1011010 10011111 1100011 101011 0 100110 11001110 1100011 11111

Color Harmonies of #015A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A9F

Black with #015A9F

Text Example


Text Example

White with #015A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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