Html Css Color HEX #0758BE Denim

📋 copy color: '#0758BE'

red 7 ◦ green 88 ◦ blue 190

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

Shades of Denim #0758BE

Tints of Denim #0758BE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

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

R = 2.46%
G = 30.88%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0758BE (or 0x0758BE) is known color: Denim. HEX triplet: 07, 58 and BE. RGB value is (7,88,190). Sum of RGB (Red+Green+Blue) = 7+88+190=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #0758BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0758BE is #F8A741. Grayscale: #4A4A4A. Windows color (decimal): -16295746 or 12474375. OLE color: 12474375.

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

Color convert

RGB 7 88 190 -
CMYK 0.96 0.54 0 0.25
HSL 213.44º 0.93% 0.39% -
HSV(B) 213.44º 0.96% 0.75% -
XYZ 12.87 10.74 50.11 -
YUV 75.41 192.66 79.21 -
System Red Green Blue C M Y K H S L
Decimal 7 88 190 0.96 0.54 0 0.25 213.44 0.93 0.39
Hex 7 58 BE 60 36 0 19 D5 5D 27
Octal 7 130 276 140 66 0 31 325 135 47
Binary 111 1011000 10111110 1100000 110110 0 11001 11010101 1011101 100111

Color Harmonies of #0758BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0758BE

Black with #0758BE

Text Example


Text Example

White with #0758BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0758BE; }

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

 H1.HeaderClassName
 {
   color: #0758BE;
 }
 .AnyTagClassName
 {
   color: #0758BE;
 }
</style>

background-color css

<style>
 a { background-color: #0758BE; }

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

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

border-color css

<style>
 span { border-color: #0758BE; }

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

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