Html Css Color HEX #015ABA Denim

📋 copy color: '#015ABA'

red 1 ◦ green 90 ◦ blue 186

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

Shades of Denim #015ABA

Tints of Denim #015ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.49%

 BLUE value IS 186 (73.05% from 255) = 67.15%

R = 0.36%
G = 32.49%
B = 67.15%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#015ABA (or 0x015ABA) is known color: Denim. HEX triplet: 01, 5A and BA. RGB value is (1,90,186). Sum of RGB (Red+Green+Blue) = 1+90+186=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #015ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ABA is #FEA545. Grayscale: #494949. Windows color (decimal): -16688454 or 12212737. OLE color: 12212737.

HSL color Cylindrical-coordinate representation of color #015ABA: hue angle of 211.14º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015ABA is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 90 186 -
CMYK 0.99 0.52 0 0.27
HSL 211.14º 0.99% 0.37% -
HSV(B) 211.14º 0.99% 0.73% -
XYZ 12.53 10.86 47.89 -
YUV 74.33 191.01 75.69 -
System Red Green Blue C M Y K H S L
Decimal 1 90 186 0.99 0.52 0 0.27 211.14 0.99 0.37
Hex 1 5A BA 63 34 0 1B D3 63 25
Octal 1 132 272 143 64 0 33 323 143 45
Binary 1 1011010 10111010 1100011 110100 0 11011 11010011 1100011 100101

Color Harmonies of #015ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015ABA

Black with #015ABA

Text Example


Text Example

White with #015ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,90,186); }

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

background-color css

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

 a { background-color: rgb(1,90,186); }

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

border-color css

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

 span { border-color: rgb(1,90,186); }

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