Html Css Color HEX #075BBE Denim

📋 copy color: '#075BBE'

red 7 ◦ green 91 ◦ blue 190

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

Shades of Denim #075BBE

Tints of Denim #075BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.97%

R = 2.43%
G = 31.6%
B = 65.97%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#075BBE (or 0x075BBE) is known color: Denim. HEX triplet: 07, 5B and BE. RGB value is (7,91,190). Sum of RGB (Red+Green+Blue) = 7+91+190=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #075BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075BBE is #F8A441. Grayscale: #4C4C4C. Windows color (decimal): -16294978 or 12475143. OLE color: 12475143.

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

Color convert

RGB 7 91 190 -
CMYK 0.96 0.52 0 0.25
HSL 212.46º 0.93% 0.39% -
HSV(B) 212.46º 0.96% 0.75% -
XYZ 13.12 11.25 50.19 -
YUV 77.17 191.67 77.95 -
System Red Green Blue C M Y K H S L
Decimal 7 91 190 0.96 0.52 0 0.25 212.46 0.93 0.39
Hex 7 5B BE 60 34 0 19 D4 5D 27
Octal 7 133 276 140 64 0 31 324 135 47
Binary 111 1011011 10111110 1100000 110100 0 11001 11010100 1011101 100111

Color Harmonies of #075BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075BBE

Black with #075BBE

Text Example


Text Example

White with #075BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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