Html Css Color HEX #015DA6 Cobalt

📋 copy color: '#015DA6'

red 1 ◦ green 93 ◦ blue 166

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

Shades of Cobalt #015DA6

Tints of Cobalt #015DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 63.85%

R = 0.38%
G = 35.77%
B = 63.85%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#015DA6 (or 0x015DA6) is known color: Cobalt. HEX triplet: 01, 5D and A6. RGB value is (1,93,166). Sum of RGB (Red+Green+Blue) = 1+93+166=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 166 (65.23% from 255 or 63.85% from 260); Max value from RGB is 166 - color contains mainly: blue. Hex color #015DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015DA6 is #FEA259. Grayscale: #494949. Windows color (decimal): -16687706 or 10902785. OLE color: 10902785.

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

Color convert

RGB 1 93 166 -
CMYK 0.99 0.44 0 0.35
HSL 206.55º 0.99% 0.33% -
HSV(B) 206.55º 0.99% 0.65% -
XYZ 10.81 10.59 37.55 -
YUV 73.81 180.02 76.06 -
System Red Green Blue C M Y K H S L
Decimal 1 93 166 0.99 0.44 0 0.35 206.55 0.99 0.33
Hex 1 5D A6 63 2C 0 23 CF 63 21
Octal 1 135 246 143 54 0 43 317 143 41
Binary 1 1011101 10100110 1100011 101100 0 100011 11001111 1100011 100001

Color Harmonies of #015DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015DA6

Black with #015DA6

Text Example


Text Example

White with #015DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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