Html Css Color HEX #015CB5 Denim

📋 copy color: '#015CB5'

red 1 ◦ green 92 ◦ blue 181

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

Shades of Denim #015CB5

Tints of Denim #015CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 66.06%

R = 0.36%
G = 33.58%
B = 66.06%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#015CB5 (or 0x015CB5) is known color: Denim. HEX triplet: 01, 5C and B5. RGB value is (1,92,181). Sum of RGB (Red+Green+Blue) = 1+92+181=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 181 (71.09% from 255 or 66.06% from 274); Max value from RGB is 181 - color contains mainly: blue. Hex color #015CB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CB5 is #FEA34A. Grayscale: #4A4A4A. Windows color (decimal): -16687947 or 11885569. OLE color: 11885569.

HSL color Cylindrical-coordinate representation of color #015CB5: hue angle of 209.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015CB5 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 92 181 -
CMYK 0.99 0.49 0 0.29
HSL 209.67º 0.99% 0.36% -
HSV(B) 209.67º 0.99% 0.71% -
XYZ 12.18 11 45.2 -
YUV 74.94 187.85 75.26 -
System Red Green Blue C M Y K H S L
Decimal 1 92 181 0.99 0.49 0 0.29 209.67 0.99 0.36
Hex 1 5C B5 63 31 0 1D D2 63 24
Octal 1 134 265 143 61 0 35 322 143 44
Binary 1 1011100 10110101 1100011 110001 0 11101 11010010 1100011 100100

Color Harmonies of #015CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CB5

Black with #015CB5

Text Example


Text Example

White with #015CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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