Html Css Color HEX #015CB1 Cobalt

📋 copy color: '#015CB1'

red 1 ◦ green 92 ◦ blue 177

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

Shades of Cobalt #015CB1

Tints of Cobalt #015CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 65.56%

R = 0.37%
G = 34.07%
B = 65.56%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#015CB1 (or 0x015CB1) is known color: Cobalt. HEX triplet: 01, 5C and B1. RGB value is (1,92,177). Sum of RGB (Red+Green+Blue) = 1+92+177=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 177 (69.53% from 255 or 65.56% from 270); Max value from RGB is 177 - color contains mainly: blue. Hex color #015CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015CB1 is #FEA34E. Grayscale: #4A4A4A. Windows color (decimal): -16687951 or 11623425. OLE color: 11623425.

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

Color convert

RGB 1 92 177 -
CMYK 0.99 0.48 0 0.31
HSL 208.98º 0.99% 0.35% -
HSV(B) 208.98º 0.99% 0.69% -
XYZ 11.78 10.84 43.07 -
YUV 74.48 185.85 75.59 -
System Red Green Blue C M Y K H S L
Decimal 1 92 177 0.99 0.48 0 0.31 208.98 0.99 0.35
Hex 1 5C B1 63 30 0 1F D1 63 23
Octal 1 134 261 143 60 0 37 321 143 43
Binary 1 1011100 10110001 1100011 110000 0 11111 11010001 1100011 100011

Color Harmonies of #015CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CB1

Black with #015CB1

Text Example


Text Example

White with #015CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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