Html Css Color HEX #015CA8 Cobalt

📋 copy color: '#015CA8'

red 1 ◦ green 92 ◦ blue 168

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

Shades of Cobalt #015CA8

Tints of Cobalt #015CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 64.37%

R = 0.38%
G = 35.25%
B = 64.37%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#015CA8 (or 0x015CA8) is known color: Cobalt. HEX triplet: 01, 5C and A8. RGB value is (1,92,168). Sum of RGB (Red+Green+Blue) = 1+92+168=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 168 (66.02% from 255 or 64.37% from 261); Max value from RGB is 168 - color contains mainly: blue. Hex color #015CA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015CA8 is #FEA357. Grayscale: #494949. Windows color (decimal): -16687960 or 11033601. OLE color: 11033601.

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

Color convert

RGB 1 92 168 -
CMYK 0.99 0.45 0 0.34
HSL 207.31º 0.99% 0.33% -
HSV(B) 207.31º 0.99% 0.66% -
XYZ 10.91 10.49 38.5 -
YUV 73.46 181.35 76.32 -
System Red Green Blue C M Y K H S L
Decimal 1 92 168 0.99 0.45 0 0.34 207.31 0.99 0.33
Hex 1 5C A8 63 2D 0 22 CF 63 21
Octal 1 134 250 143 55 0 42 317 143 41
Binary 1 1011100 10101000 1100011 101101 0 100010 11001111 1100011 100001

Color Harmonies of #015CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CA8

Black with #015CA8

Text Example


Text Example

White with #015CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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