Html Css Color HEX #015E9A Cobalt

📋 copy color: '#015E9A'

red 1 ◦ green 94 ◦ blue 154

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

Shades of Cobalt #015E9A

Tints of Cobalt #015E9A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.75%

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

R = 0.4%
G = 37.75%
B = 61.85%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#015E9A (or 0x015E9A) is known color: Cobalt. HEX triplet: 01, 5E and 9A. RGB value is (1,94,154). Sum of RGB (Red+Green+Blue) = 1+94+154=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #015E9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015E9A is #FEA165. Grayscale: #484848. Windows color (decimal): -16687462 or 10116609. OLE color: 10116609.

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

Color convert

RGB 1 94 154 -
CMYK 0.99 0.39 0 0.40
HSL 203.53º 0.99% 0.3% -
HSV(B) 203.53º 0.99% 0.6% -
XYZ 9.85 10.34 32.05 -
YUV 73.03 173.69 76.62 -
System Red Green Blue C M Y K H S L
Decimal 1 94 154 0.99 0.39 0 0.40 203.53 0.99 0.3
Hex 1 5E 9A 63 27 0 28 CC 63 1E
Octal 1 136 232 143 47 0 50 314 143 36
Binary 1 1011110 10011010 1100011 100111 0 101000 11001100 1100011 11110

Color Harmonies of #015E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E9A

Black with #015E9A

Text Example


Text Example

White with #015E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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