Html Css Color HEX #075BBA Denim

📋 copy color: '#075BBA'

red 7 ◦ green 91 ◦ blue 186

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

Shades of Denim #075BBA

Tints of Denim #075BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.04%

 BLUE value IS 186 (73.05% from 255) = 65.49%

R = 2.46%
G = 32.04%
B = 65.49%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#075BBA (or 0x075BBA) is known color: Denim. HEX triplet: 07, 5B and BA. RGB value is (7,91,186). Sum of RGB (Red+Green+Blue) = 7+91+186=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #075BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075BBA is #F8A445. Grayscale: #4C4C4C. Windows color (decimal): -16294982 or 12212999. OLE color: 12212999.

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

Color convert

RGB 7 91 186 -
CMYK 0.96 0.51 0 0.27
HSL 211.84º 0.93% 0.38% -
HSV(B) 211.84º 0.96% 0.73% -
XYZ 12.69 11.07 47.92 -
YUV 76.71 189.67 78.28 -
System Red Green Blue C M Y K H S L
Decimal 7 91 186 0.96 0.51 0 0.27 211.84 0.93 0.38
Hex 7 5B BA 60 33 0 1B D4 5D 26
Octal 7 133 272 140 63 0 33 324 135 46
Binary 111 1011011 10111010 1100000 110011 0 11011 11010100 1011101 100110

Color Harmonies of #075BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075BBA

Black with #075BBA

Text Example


Text Example

White with #075BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,91,186); }

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

background-color css

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

 a { background-color: rgb(7,91,186); }

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

border-color css

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

 span { border-color: rgb(7,91,186); }

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