Html Css Color HEX #015EAC Cobalt

📋 copy color: '#015EAC'

red 1 ◦ green 94 ◦ blue 172

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

Shades of Cobalt #015EAC

Tints of Cobalt #015EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.42%

R = 0.37%
G = 35.21%
B = 64.42%

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

#015EAC (or 0x015EAC) is known color: Cobalt. HEX triplet: 01, 5E and AC. RGB value is (1,94,172). Sum of RGB (Red+Green+Blue) = 1+94+172=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #015EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015EAC is #FEA153. Grayscale: #4A4A4A. Windows color (decimal): -16687444 or 11296257. OLE color: 11296257.

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

Color convert

RGB 1 94 172 -
CMYK 0.99 0.45 0 0.33
HSL 207.37º 0.99% 0.34% -
HSV(B) 207.37º 0.99% 0.67% -
XYZ 11.46 10.99 40.55 -
YUV 75.09 182.69 75.16 -
System Red Green Blue C M Y K H S L
Decimal 1 94 172 0.99 0.45 0 0.33 207.37 0.99 0.34
Hex 1 5E AC 63 2D 0 21 CF 63 22
Octal 1 136 254 143 55 0 41 317 143 42
Binary 1 1011110 10101100 1100011 101101 0 100001 11001111 1100011 100010

Color Harmonies of #015EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015EAC

Black with #015EAC

Text Example


Text Example

White with #015EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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