Html Css Color HEX #015DAB Cobalt

📋 copy color: '#015DAB'

red 1 ◦ green 93 ◦ blue 171

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

Shades of Cobalt #015DAB

Tints of Cobalt #015DAB

RGB

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

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

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

R = 0.38%
G = 35.09%
B = 64.53%

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

#015DAB (or 0x015DAB) is known color: Cobalt. HEX triplet: 01, 5D and AB. RGB value is (1,93,171). Sum of RGB (Red+Green+Blue) = 1+93+171=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #015DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015DAB is #FEA254. Grayscale: #494949. Windows color (decimal): -16687701 or 11230465. OLE color: 11230465.

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

Color convert

RGB 1 93 171 -
CMYK 0.99 0.46 0 0.33
HSL 207.53º 0.99% 0.34% -
HSV(B) 207.53º 0.99% 0.67% -
XYZ 11.28 10.78 40.01 -
YUV 74.38 182.52 75.66 -
System Red Green Blue C M Y K H S L
Decimal 1 93 171 0.99 0.46 0 0.33 207.53 0.99 0.34
Hex 1 5D AB 63 2E 0 21 D0 63 22
Octal 1 135 253 143 56 0 41 320 143 42
Binary 1 1011101 10101011 1100011 101110 0 100001 11010000 1100011 100010

Color Harmonies of #015DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015DAB

Black with #015DAB

Text Example


Text Example

White with #015DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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