Html Css Color HEX #075DAA Denim

📋 copy color: '#075DAA'

red 7 ◦ green 93 ◦ blue 170

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

Shades of Denim #075DAA

Tints of Denim #075DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.44%

 BLUE value IS 170 (66.8% from 255) = 62.96%

R = 2.59%
G = 34.44%
B = 62.96%

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

#075DAA (or 0x075DAA) is known color: Denim. HEX triplet: 07, 5D and AA. RGB value is (7,93,170). Sum of RGB (Red+Green+Blue) = 7+93+170=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #075DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075DAA is #F8A255. Grayscale: #4B4B4B. Windows color (decimal): -16294486 or 11164935. OLE color: 11164935.

HSL color Cylindrical-coordinate representation of color #075DAA: hue angle of 208.34º 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 #075DAA is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 93 170 -
CMYK 0.96 0.45 0 0.33
HSL 208.34º 0.92% 0.35% -
HSV(B) 208.34º 0.96% 0.67% -
XYZ 11.26 10.78 39.52 -
YUV 76.06 181.01 78.74 -
System Red Green Blue C M Y K H S L
Decimal 7 93 170 0.96 0.45 0 0.33 208.34 0.92 0.35
Hex 7 5D AA 60 2D 0 21 D0 5C 23
Octal 7 135 252 140 55 0 41 320 134 43
Binary 111 1011101 10101010 1100000 101101 0 100001 11010000 1011100 100011

Color Harmonies of #075DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075DAA

Black with #075DAA

Text Example


Text Example

White with #075DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,93,170); }

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

background-color css

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

 a { background-color: rgb(7,93,170); }

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

border-color css

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

 span { border-color: rgb(7,93,170); }

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