Html Css Color HEX #075DAB Denim

📋 copy color: '#075DAB'

red 7 ◦ green 93 ◦ blue 171

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

Shades of Denim #075DAB

Tints of Denim #075DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.1%

R = 2.58%
G = 34.32%
B = 63.1%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#075DAB (or 0x075DAB) is known color: Denim. HEX triplet: 07, 5D and AB. RGB value is (7,93,171). Sum of RGB (Red+Green+Blue) = 7+93+171=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #075DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075DAB is #F8A254. Grayscale: #4B4B4B. Windows color (decimal): -16294485 or 11230471. OLE color: 11230471.

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

Color convert

RGB 7 93 171 -
CMYK 0.96 0.46 0 0.33
HSL 208.54º 0.92% 0.35% -
HSV(B) 208.54º 0.96% 0.67% -
XYZ 11.35 10.81 40.02 -
YUV 76.18 181.51 78.66 -
System Red Green Blue C M Y K H S L
Decimal 7 93 171 0.96 0.46 0 0.33 208.54 0.92 0.35
Hex 7 5D AB 60 2E 0 21 D1 5C 23
Octal 7 135 253 140 56 0 41 321 134 43
Binary 111 1011101 10101011 1100000 101110 0 100001 11010001 1011100 100011

Color Harmonies of #075DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075DAB

Black with #075DAB

Text Example


Text Example

White with #075DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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