Html Css Color HEX #015CB2 Cobalt

📋 copy color: '#015CB2'

red 1 ◦ green 92 ◦ blue 178

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

Shades of Cobalt #015CB2

Tints of Cobalt #015CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 65.68%

R = 0.37%
G = 33.95%
B = 65.68%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#015CB2 (or 0x015CB2) is known color: Cobalt. HEX triplet: 01, 5C and B2. RGB value is (1,92,178). Sum of RGB (Red+Green+Blue) = 1+92+178=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 178 (69.92% from 255 or 65.68% from 271); Max value from RGB is 178 - color contains mainly: blue. Hex color #015CB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015CB2 is #FEA34D. Grayscale: #4A4A4A. Windows color (decimal): -16687950 or 11688961. OLE color: 11688961.

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

Color convert

RGB 1 92 178 -
CMYK 0.99 0.48 0 0.30
HSL 209.15º 0.99% 0.35% -
HSV(B) 209.15º 0.99% 0.7% -
XYZ 11.88 10.88 43.59 -
YUV 74.6 186.35 75.51 -
System Red Green Blue C M Y K H S L
Decimal 1 92 178 0.99 0.48 0 0.30 209.15 0.99 0.35
Hex 1 5C B2 63 30 0 1E D1 63 23
Octal 1 134 262 143 60 0 36 321 143 43
Binary 1 1011100 10110010 1100011 110000 0 11110 11010001 1100011 100011

Color Harmonies of #015CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CB2

Black with #015CB2

Text Example


Text Example

White with #015CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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