Html Css Color HEX #0750BE Denim

📋 copy color: '#0750BE'

red 7 ◦ green 80 ◦ blue 190

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

Shades of Denim #0750BE

Tints of Denim #0750BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.88%

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

R = 2.53%
G = 28.88%
B = 68.59%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0750BE (or 0x0750BE) is known color: Denim. HEX triplet: 07, 50 and BE. RGB value is (7,80,190). Sum of RGB (Red+Green+Blue) = 7+80+190=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #0750BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0750BE is #F8AF41. Grayscale: #464646. Windows color (decimal): -16297794 or 12472327. OLE color: 12472327.

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

Color convert

RGB 7 80 190 -
CMYK 0.96 0.58 0 0.25
HSL 216.07º 0.93% 0.39% -
HSV(B) 216.07º 0.96% 0.75% -
XYZ 12.25 9.5 49.9 -
YUV 70.71 195.32 82.56 -
System Red Green Blue C M Y K H S L
Decimal 7 80 190 0.96 0.58 0 0.25 216.07 0.93 0.39
Hex 7 50 BE 60 3A 0 19 D8 5D 27
Octal 7 120 276 140 72 0 31 330 135 47
Binary 111 1010000 10111110 1100000 111010 0 11001 11011000 1011101 100111

Color Harmonies of #0750BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0750BE

Black with #0750BE

Text Example


Text Example

White with #0750BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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