Html Css Color HEX #075ABC Denim

📋 copy color: '#075ABC'

red 7 ◦ green 90 ◦ blue 188

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

Shades of Denim #075ABC

Tints of Denim #075ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.96%

R = 2.46%
G = 31.58%
B = 65.96%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#075ABC (or 0x075ABC) is known color: Denim. HEX triplet: 07, 5A and BC. RGB value is (7,90,188). Sum of RGB (Red+Green+Blue) = 7+90+188=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #075ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075ABC is #F8A543. Grayscale: #4B4B4B. Windows color (decimal): -16295236 or 12343815. OLE color: 12343815.

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

Color convert

RGB 7 90 188 -
CMYK 0.96 0.52 0 0.26
HSL 212.49º 0.93% 0.38% -
HSV(B) 212.49º 0.96% 0.74% -
XYZ 12.82 10.99 49.02 -
YUV 76.36 191 78.53 -
System Red Green Blue C M Y K H S L
Decimal 7 90 188 0.96 0.52 0 0.26 212.49 0.93 0.38
Hex 7 5A BC 60 34 0 1A D4 5D 26
Octal 7 132 274 140 64 0 32 324 135 46
Binary 111 1011010 10111100 1100000 110100 0 11010 11010100 1011101 100110

Color Harmonies of #075ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075ABC

Black with #075ABC

Text Example


Text Example

White with #075ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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