Html Css Color HEX #015EB2 Denim

📋 copy color: '#015EB2'

red 1 ◦ green 94 ◦ blue 178

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

Shades of Denim #015EB2

Tints of Denim #015EB2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.43%

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

R = 0.37%
G = 34.43%
B = 65.2%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#015EB2 (or 0x015EB2) is known color: Denim. HEX triplet: 01, 5E and B2. RGB value is (1,94,178). Sum of RGB (Red+Green+Blue) = 1+94+178=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 178 (69.92% from 255 or 65.20% from 273); Max value from RGB is 178 - color contains mainly: blue. Hex color #015EB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015EB2 is #FEA14D. Grayscale: #4B4B4B. Windows color (decimal): -16687438 or 11689473. OLE color: 11689473.

HSL color Cylindrical-coordinate representation of color #015EB2: hue angle of 208.47º 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 #015EB2 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 1 94 178 -
CMYK 0.99 0.47 0 0.30
HSL 208.47º 0.99% 0.35% -
HSV(B) 208.47º 0.99% 0.7% -
XYZ 12.05 11.23 43.65 -
YUV 75.77 185.69 74.67 -
System Red Green Blue C M Y K H S L
Decimal 1 94 178 0.99 0.47 0 0.30 208.47 0.99 0.35
Hex 1 5E B2 63 2F 0 1E D0 63 23
Octal 1 136 262 143 57 0 36 320 143 43
Binary 1 1011110 10110010 1100011 101111 0 11110 11010000 1100011 100011

Color Harmonies of #015EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015EB2

Black with #015EB2

Text Example


Text Example

White with #015EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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