Html Css Color HEX #015DAC Cobalt

📋 copy color: '#015DAC'

red 1 ◦ green 93 ◦ blue 172

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

Shades of Cobalt #015DAC

Tints of Cobalt #015DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.96%

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

R = 0.38%
G = 34.96%
B = 64.66%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#015DAC (or 0x015DAC) is known color: Cobalt. HEX triplet: 01, 5D and AC. RGB value is (1,93,172). Sum of RGB (Red+Green+Blue) = 1+93+172=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #015DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015DAC is #FEA253. Grayscale: #4A4A4A. Windows color (decimal): -16687700 or 11296001. OLE color: 11296001.

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

Color convert

RGB 1 93 172 -
CMYK 0.99 0.46 0 0.33
HSL 207.72º 0.99% 0.34% -
HSV(B) 207.72º 0.99% 0.67% -
XYZ 11.37 10.81 40.52 -
YUV 74.5 183.02 75.58 -
System Red Green Blue C M Y K H S L
Decimal 1 93 172 0.99 0.46 0 0.33 207.72 0.99 0.34
Hex 1 5D AC 63 2E 0 21 D0 63 22
Octal 1 135 254 143 56 0 41 320 143 42
Binary 1 1011101 10101100 1100011 101110 0 100001 11010000 1100011 100010

Color Harmonies of #015DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015DAC

Black with #015DAC

Text Example


Text Example

White with #015DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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