Html Css Color HEX #015CA6 Cobalt

📋 copy color: '#015CA6'

red 1 ◦ green 92 ◦ blue 166

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

Shades of Cobalt #015CA6

Tints of Cobalt #015CA6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.52%

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

R = 0.39%
G = 35.52%
B = 64.09%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#015CA6 (or 0x015CA6) is known color: Cobalt. HEX triplet: 01, 5C and A6. RGB value is (1,92,166). Sum of RGB (Red+Green+Blue) = 1+92+166=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 166 (65.23% from 255 or 64.09% from 259); Max value from RGB is 166 - color contains mainly: blue. Hex color #015CA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015CA6 is #FEA359. Grayscale: #484848. Windows color (decimal): -16687962 or 10902529. OLE color: 10902529.

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

Color convert

RGB 1 92 166 -
CMYK 0.99 0.45 0 0.35
HSL 206.91º 0.99% 0.33% -
HSV(B) 206.91º 0.99% 0.65% -
XYZ 10.72 10.41 37.52 -
YUV 73.23 180.35 76.48 -
System Red Green Blue C M Y K H S L
Decimal 1 92 166 0.99 0.45 0 0.35 206.91 0.99 0.33
Hex 1 5C A6 63 2D 0 23 CF 63 21
Octal 1 134 246 143 55 0 43 317 143 41
Binary 1 1011100 10100110 1100011 101101 0 100011 11001111 1100011 100001

Color Harmonies of #015CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CA6

Black with #015CA6

Text Example


Text Example

White with #015CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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