Html Css Color HEX #075ABF Denim

📋 copy color: '#075ABF'

red 7 ◦ green 90 ◦ blue 191

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

Shades of Denim #075ABF

Tints of Denim #075ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 66.32%

R = 2.43%
G = 31.25%
B = 66.32%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#075ABF (or 0x075ABF) is known color: Denim. HEX triplet: 07, 5A and BF. RGB value is (7,90,191). Sum of RGB (Red+Green+Blue) = 7+90+191=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #075ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075ABF is #F8A540. Grayscale: #4C4C4C. Windows color (decimal): -16295233 or 12540423. OLE color: 12540423.

HSL color Cylindrical-coordinate representation of color #075ABF: hue angle of 212.93º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075ABF is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 90 191 -
CMYK 0.96 0.53 0 0.25
HSL 212.93º 0.93% 0.39% -
HSV(B) 212.93º 0.96% 0.75% -
XYZ 13.15 11.12 50.74 -
YUV 76.7 192.5 78.29 -
System Red Green Blue C M Y K H S L
Decimal 7 90 191 0.96 0.53 0 0.25 212.93 0.93 0.39
Hex 7 5A BF 60 35 0 19 D5 5D 27
Octal 7 132 277 140 65 0 31 325 135 47
Binary 111 1011010 10111111 1100000 110101 0 11001 11010101 1011101 100111

Color Harmonies of #075ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075ABF

Black with #075ABF

Text Example


Text Example

White with #075ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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