Html Css Color HEX #075ABA Denim

📋 copy color: '#075ABA'

red 7 ◦ green 90 ◦ blue 186

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

Shades of Denim #075ABA

Tints of Denim #075ABA

RGB

 RED value IS 7 (3.13% from 255) = 2.47%

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

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

R = 2.47%
G = 31.8%
B = 65.72%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#075ABA (or 0x075ABA) is known color: Denim. HEX triplet: 07, 5A and BA. RGB value is (7,90,186). Sum of RGB (Red+Green+Blue) = 7+90+186=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #075ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075ABA is #F8A545. Grayscale: #4B4B4B. Windows color (decimal): -16295238 or 12212743. OLE color: 12212743.

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

Color convert

RGB 7 90 186 -
CMYK 0.96 0.52 0 0.27
HSL 212.18º 0.93% 0.38% -
HSV(B) 212.18º 0.96% 0.73% -
XYZ 12.61 10.9 47.89 -
YUV 76.13 190 78.69 -
System Red Green Blue C M Y K H S L
Decimal 7 90 186 0.96 0.52 0 0.27 212.18 0.93 0.38
Hex 7 5A BA 60 34 0 1B D4 5D 26
Octal 7 132 272 140 64 0 33 324 135 46
Binary 111 1011010 10111010 1100000 110100 0 11011 11010100 1011101 100110

Color Harmonies of #075ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075ABA

Black with #075ABA

Text Example


Text Example

White with #075ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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