Html Css Color HEX #0752EF Navy Blue

📋 copy color: '#0752EF'

red 7 ◦ green 82 ◦ blue 239

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

Shades of Navy Blue #0752EF

Tints of Navy Blue #0752EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 72.87%

R = 2.13%
G = 25%
B = 72.87%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0752EF (or 0x0752EF) is known color: Navy Blue. HEX triplet: 07, 52 and EF. RGB value is (7,82,239). Sum of RGB (Red+Green+Blue) = 7+82+239=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #0752EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0752EF is #F8AD10. Grayscale: #4C4C4C. Windows color (decimal): -16297233 or 15684103. OLE color: 15684103.

HSL color Cylindrical-coordinate representation of color #0752EF: hue angle of 220.6º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0752EF is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 82 239 -
CMYK 0.97 0.66 0 0.06
HSL 220.6º 0.94% 0.48% -
HSV(B) 220.6º 0.97% 0.94% -
XYZ 18.68 12.31 83.05 -
YUV 77.47 219.15 77.73 -
System Red Green Blue C M Y K H S L
Decimal 7 82 239 0.97 0.66 0 0.06 220.6 0.94 0.48
Hex 7 52 EF 61 42 0 6 DD 5E 30
Octal 7 122 357 141 102 0 6 335 136 60
Binary 111 1010010 11101111 1100001 1000010 0 110 11011101 1011110 110000

Color Harmonies of #0752EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0752EF

Black with #0752EF

Text Example


Text Example

White with #0752EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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