Html Css Color HEX #0752F6 Navy Blue

📋 copy color: '#0752F6'

red 7 ◦ green 82 ◦ blue 246

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

Shades of Navy Blue #0752F6

Tints of Navy Blue #0752F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 73.43%

R = 2.09%
G = 24.48%
B = 73.43%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0752F6 (or 0x0752F6) is known color: Navy Blue. HEX triplet: 07, 52 and F6. RGB value is (7,82,246). Sum of RGB (Red+Green+Blue) = 7+82+246=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 246 (96.48% from 255 or 73.43% from 335); Max value from RGB is 246 - color contains mainly: blue. Hex color #0752F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0752F6 is #F8AD09. Grayscale: #4D4D4D. Windows color (decimal): -16297226 or 16142855. OLE color: 16142855.

HSL color Cylindrical-coordinate representation of color #0752F6: hue angle of 221.17º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0752F6 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 7 82 246 -
CMYK 0.97 0.67 0 0.04
HSL 221.17º 0.94% 0.5% -
HSV(B) 221.17º 0.97% 0.96% -
XYZ 19.74 12.73 88.61 -
YUV 78.27 222.65 77.16 -
System Red Green Blue C M Y K H S L
Decimal 7 82 246 0.97 0.67 0 0.04 221.17 0.94 0.5
Hex 7 52 F6 61 43 0 4 DD 5E 32
Octal 7 122 366 141 103 0 4 335 136 62
Binary 111 1010010 11110110 1100001 1000011 0 100 11011101 1011110 110010

Color Harmonies of #0752F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0752F6

Black with #0752F6

Text Example


Text Example

White with #0752F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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