Html Css Color HEX #075CBA Denim

📋 copy color: '#075CBA'

red 7 ◦ green 92 ◦ blue 186

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

Shades of Denim #075CBA

Tints of Denim #075CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

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

R = 2.46%
G = 32.28%
B = 65.26%

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

#075CBA (or 0x075CBA) is known color: Denim. HEX triplet: 07, 5C and BA. RGB value is (7,92,186). Sum of RGB (Red+Green+Blue) = 7+92+186=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #075CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075CBA is #F8A345. Grayscale: #4C4C4C. Windows color (decimal): -16294726 or 12213255. OLE color: 12213255.

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

Color convert

RGB 7 92 186 -
CMYK 0.96 0.51 0 0.27
HSL 211.51º 0.93% 0.38% -
HSV(B) 211.51º 0.96% 0.73% -
XYZ 12.78 11.24 47.95 -
YUV 77.3 189.34 77.86 -
System Red Green Blue C M Y K H S L
Decimal 7 92 186 0.96 0.51 0 0.27 211.51 0.93 0.38
Hex 7 5C BA 60 33 0 1B D4 5D 26
Octal 7 134 272 140 63 0 33 324 135 46
Binary 111 1011100 10111010 1100000 110011 0 11011 11010100 1011101 100110

Color Harmonies of #075CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075CBA

Black with #075CBA

Text Example


Text Example

White with #075CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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