Html Css Color HEX #075FBA Denim

📋 copy color: '#075FBA'

red 7 ◦ green 95 ◦ blue 186

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

Shades of Denim #075FBA

Tints of Denim #075FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.99%

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

R = 2.43%
G = 32.99%
B = 64.58%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#075FBA (or 0x075FBA) is known color: Denim. HEX triplet: 07, 5F and BA. RGB value is (7,95,186). Sum of RGB (Red+Green+Blue) = 7+95+186=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #075FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075FBA is #F8A045. Grayscale: #4E4E4E. Windows color (decimal): -16293958 or 12214023. OLE color: 12214023.

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

Color convert

RGB 7 95 186 -
CMYK 0.96 0.49 0 0.27
HSL 210.5º 0.93% 0.38% -
HSV(B) 210.5º 0.96% 0.73% -
XYZ 13.04 11.77 48.04 -
YUV 79.06 188.35 76.6 -
System Red Green Blue C M Y K H S L
Decimal 7 95 186 0.96 0.49 0 0.27 210.5 0.93 0.38
Hex 7 5F BA 60 31 0 1B D3 5D 26
Octal 7 137 272 140 61 0 33 323 135 46
Binary 111 1011111 10111010 1100000 110001 0 11011 11010011 1011101 100110

Color Harmonies of #075FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075FBA

Black with #075FBA

Text Example


Text Example

White with #075FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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