Html Css Color HEX #015EB0 Denim

📋 copy color: '#015EB0'

red 1 ◦ green 94 ◦ blue 176

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

Shades of Denim #015EB0

Tints of Denim #015EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 64.94%

R = 0.37%
G = 34.69%
B = 64.94%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#015EB0 (or 0x015EB0) is known color: Denim. HEX triplet: 01, 5E and B0. RGB value is (1,94,176). Sum of RGB (Red+Green+Blue) = 1+94+176=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 176 (69.14% from 255 or 64.94% from 271); Max value from RGB is 176 - color contains mainly: blue. Hex color #015EB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015EB0 is #FEA14F. Grayscale: #4B4B4B. Windows color (decimal): -16687440 or 11558401. OLE color: 11558401.

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

Color convert

RGB 1 94 176 -
CMYK 0.99 0.47 0 0.31
HSL 208.11º 0.99% 0.35% -
HSV(B) 208.11º 0.99% 0.69% -
XYZ 11.85 11.15 42.6 -
YUV 75.54 184.69 74.83 -
System Red Green Blue C M Y K H S L
Decimal 1 94 176 0.99 0.47 0 0.31 208.11 0.99 0.35
Hex 1 5E B0 63 2F 0 1F D0 63 23
Octal 1 136 260 143 57 0 37 320 143 43
Binary 1 1011110 10110000 1100011 101111 0 11111 11010000 1100011 100011

Color Harmonies of #015EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015EB0

Black with #015EB0

Text Example


Text Example

White with #015EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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