Html Css Color HEX #015C9E Cobalt

📋 copy color: '#015C9E'

red 1 ◦ green 92 ◦ blue 158

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

Shades of Cobalt #015C9E

Tints of Cobalt #015C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 62.95%

R = 0.4%
G = 36.65%
B = 62.95%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#015C9E (or 0x015C9E) is known color: Cobalt. HEX triplet: 01, 5C and 9E. RGB value is (1,92,158). Sum of RGB (Red+Green+Blue) = 1+92+158=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #015C9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015C9E is #FEA361. Grayscale: #474747. Windows color (decimal): -16687970 or 10378241. OLE color: 10378241.

HSL color Cylindrical-coordinate representation of color #015C9E: hue angle of 205.22º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C9E is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 92 158 -
CMYK 0.99 0.42 0 0.38
HSL 205.22º 0.99% 0.31% -
HSV(B) 205.22º 0.99% 0.62% -
XYZ 10.01 10.13 33.78 -
YUV 72.32 176.35 77.13 -
System Red Green Blue C M Y K H S L
Decimal 1 92 158 0.99 0.42 0 0.38 205.22 0.99 0.31
Hex 1 5C 9E 63 2A 0 26 CD 63 1F
Octal 1 134 236 143 52 0 46 315 143 37
Binary 1 1011100 10011110 1100011 101010 0 100110 11001101 1100011 11111

Color Harmonies of #015C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C9E

Black with #015C9E

Text Example


Text Example

White with #015C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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