Html Css Color HEX #015A9A Cobalt

📋 copy color: '#015A9A'

red 1 ◦ green 90 ◦ blue 154

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

Shades of Cobalt #015A9A

Tints of Cobalt #015A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 62.86%

R = 0.41%
G = 36.73%
B = 62.86%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#015A9A (or 0x015A9A) is known color: Cobalt. HEX triplet: 01, 5A and 9A. RGB value is (1,90,154). Sum of RGB (Red+Green+Blue) = 1+90+154=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #015A9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015A9A is #FEA565. Grayscale: #464646. Windows color (decimal): -16688486 or 10115585. OLE color: 10115585.

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

Color convert

RGB 1 90 154 -
CMYK 0.99 0.42 0 0.40
HSL 205.1º 0.99% 0.3% -
HSV(B) 205.1º 0.99% 0.6% -
XYZ 9.5 9.65 31.93 -
YUV 70.69 175.01 78.3 -
System Red Green Blue C M Y K H S L
Decimal 1 90 154 0.99 0.42 0 0.40 205.1 0.99 0.3
Hex 1 5A 9A 63 2A 0 28 CD 63 1E
Octal 1 132 232 143 52 0 50 315 143 36
Binary 1 1011010 10011010 1100011 101010 0 101000 11001101 1100011 11110

Color Harmonies of #015A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A9A

Black with #015A9A

Text Example


Text Example

White with #015A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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