Html Css Color HEX #075EAC Denim

📋 copy color: '#075EAC'

red 7 ◦ green 94 ◦ blue 172

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

Shades of Denim #075EAC

Tints of Denim #075EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63%

R = 2.56%
G = 34.43%
B = 63%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#075EAC (or 0x075EAC) is known color: Denim. HEX triplet: 07, 5E and AC. RGB value is (7,94,172). Sum of RGB (Red+Green+Blue) = 7+94+172=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #075EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075EAC is #F8A153. Grayscale: #4C4C4C. Windows color (decimal): -16294228 or 11296263. OLE color: 11296263.

HSL color Cylindrical-coordinate representation of color #075EAC: hue angle of 208.36º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075EAC is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 94 172 -
CMYK 0.96 0.45 0 0.33
HSL 208.36º 0.92% 0.35% -
HSV(B) 208.36º 0.96% 0.67% -
XYZ 11.54 11.03 40.55 -
YUV 76.88 181.68 78.16 -
System Red Green Blue C M Y K H S L
Decimal 7 94 172 0.96 0.45 0 0.33 208.36 0.92 0.35
Hex 7 5E AC 60 2D 0 21 D0 5C 23
Octal 7 136 254 140 55 0 41 320 134 43
Binary 111 1011110 10101100 1100000 101101 0 100001 11010000 1011100 100011

Color Harmonies of #075EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075EAC

Black with #075EAC

Text Example


Text Example

White with #075EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,94,172); }

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

background-color css

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

 a { background-color: rgb(7,94,172); }

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

border-color css

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

 span { border-color: rgb(7,94,172); }

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