Html Css Color HEX #015A9C Cobalt

📋 copy color: '#015A9C'

red 1 ◦ green 90 ◦ blue 156

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

Shades of Cobalt #015A9C

Tints of Cobalt #015A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.16%

R = 0.4%
G = 36.44%
B = 63.16%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#015A9C (or 0x015A9C) is known color: Cobalt. HEX triplet: 01, 5A and 9C. RGB value is (1,90,156). Sum of RGB (Red+Green+Blue) = 1+90+156=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #015A9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015A9C is #FEA563. Grayscale: #464646. Windows color (decimal): -16688484 or 10246657. OLE color: 10246657.

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

Color convert

RGB 1 90 156 -
CMYK 0.99 0.42 0 0.39
HSL 205.55º 0.99% 0.31% -
HSV(B) 205.55º 0.99% 0.61% -
XYZ 9.67 9.72 32.82 -
YUV 70.91 176.01 78.13 -
System Red Green Blue C M Y K H S L
Decimal 1 90 156 0.99 0.42 0 0.39 205.55 0.99 0.31
Hex 1 5A 9C 63 2A 0 27 CE 63 1F
Octal 1 132 234 143 52 0 47 316 143 37
Binary 1 1011010 10011100 1100011 101010 0 100111 11001110 1100011 11111

Color Harmonies of #015A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A9C

Black with #015A9C

Text Example


Text Example

White with #015A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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