Html Css Color HEX #0752C8 Denim

📋 copy color: '#0752C8'

red 7 ◦ green 82 ◦ blue 200

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

Shades of Denim #0752C8

Tints of Denim #0752C8

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.37%

 BLUE value IS 200 (78.52% from 255) = 69.2%

R = 2.42%
G = 28.37%
B = 69.2%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0752C8 (or 0x0752C8) is known color: Denim. HEX triplet: 07, 52 and C8. RGB value is (7,82,200). Sum of RGB (Red+Green+Blue) = 7+82+200=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 200 (78.52% from 255 or 69.20% from 289); Max value from RGB is 200 - color contains mainly: blue. Hex color #0752C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0752C8 is #F8AD37. Grayscale: #484848. Windows color (decimal): -16297272 or 13128199. OLE color: 13128199.

HSL color Cylindrical-coordinate representation of color #0752C8: hue angle of 216.68º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0752C8 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 82 200 -
CMYK 0.96 0.59 0 0.22
HSL 216.68º 0.93% 0.41% -
HSV(B) 216.68º 0.97% 0.78% -
XYZ 13.53 10.25 55.91 -
YUV 73.03 199.65 80.91 -
System Red Green Blue C M Y K H S L
Decimal 7 82 200 0.96 0.59 0 0.22 216.68 0.93 0.41
Hex 7 52 C8 60 3B 0 16 D9 5D 29
Octal 7 122 310 140 73 0 26 331 135 51
Binary 111 1010010 11001000 1100000 111011 0 10110 11011001 1011101 101001

Color Harmonies of #0752C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0752C8

Black with #0752C8

Text Example


Text Example

White with #0752C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0752C8; }

 p { color: rgb(7,82,200); }

 H1.HeaderClassName
 {
   color: #0752C8;
 }
 .AnyTagClassName
 {
   color: #0752C8;
 }
</style>

background-color css

<style>
 a { background-color: #0752C8; }

 a { background-color: rgb(7,82,200); }

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

border-color css

<style>
 span { border-color: #0752C8; }

 span { border-color: rgb(7,82,200); }

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