Html Css Color HEX #015CB4 Denim

📋 copy color: '#015CB4'

red 1 ◦ green 92 ◦ blue 180

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

Shades of Denim #015CB4

Tints of Denim #015CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 65.93%

R = 0.37%
G = 33.7%
B = 65.93%

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

#015CB4 (or 0x015CB4) is known color: Denim. HEX triplet: 01, 5C and B4. RGB value is (1,92,180). Sum of RGB (Red+Green+Blue) = 1+92+180=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 180 (70.70% from 255 or 65.93% from 273); Max value from RGB is 180 - color contains mainly: blue. Hex color #015CB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CB4 is #FEA34B. Grayscale: #4A4A4A. Windows color (decimal): -16687948 or 11820033. OLE color: 11820033.

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

Color convert

RGB 1 92 180 -
CMYK 0.99 0.49 0 0.29
HSL 209.5º 0.99% 0.35% -
HSV(B) 209.5º 0.99% 0.71% -
XYZ 12.08 10.96 44.66 -
YUV 74.82 187.35 75.34 -
System Red Green Blue C M Y K H S L
Decimal 1 92 180 0.99 0.49 0 0.29 209.5 0.99 0.35
Hex 1 5C B4 63 31 0 1D D1 63 23
Octal 1 134 264 143 61 0 35 321 143 43
Binary 1 1011100 10110100 1100011 110001 0 11101 11010001 1100011 100011

Color Harmonies of #015CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CB4

Black with #015CB4

Text Example


Text Example

White with #015CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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