Html Css Color HEX #015EAB Cobalt

📋 copy color: '#015EAB'

red 1 ◦ green 94 ◦ blue 171

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

Shades of Cobalt #015EAB

Tints of Cobalt #015EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.29%

R = 0.38%
G = 35.34%
B = 64.29%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#015EAB (or 0x015EAB) is known color: Cobalt. HEX triplet: 01, 5E and AB. RGB value is (1,94,171). Sum of RGB (Red+Green+Blue) = 1+94+171=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #015EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015EAB is #FEA154. Grayscale: #4A4A4A. Windows color (decimal): -16687445 or 11230721. OLE color: 11230721.

HSL color Cylindrical-coordinate representation of color #015EAB: hue angle of 207.18º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015EAB is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 94 171 -
CMYK 0.99 0.45 0 0.33
HSL 207.18º 0.99% 0.34% -
HSV(B) 207.18º 0.99% 0.67% -
XYZ 11.37 10.95 40.04 -
YUV 74.97 182.19 75.24 -
System Red Green Blue C M Y K H S L
Decimal 1 94 171 0.99 0.45 0 0.33 207.18 0.99 0.34
Hex 1 5E AB 63 2D 0 21 CF 63 22
Octal 1 136 253 143 55 0 41 317 143 42
Binary 1 1011110 10101011 1100011 101101 0 100001 11001111 1100011 100010

Color Harmonies of #015EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015EAB

Black with #015EAB

Text Example


Text Example

White with #015EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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