Html Css Color HEX #0762DC Navy Blue

📋 copy color: '#0762DC'

red 7 ◦ green 98 ◦ blue 220

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

Shades of Navy Blue #0762DC

Tints of Navy Blue #0762DC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.15%

 BLUE value IS 220 (86.33% from 255) = 67.69%

R = 2.15%
G = 30.15%
B = 67.69%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0762DC (or 0x0762DC) is known color: Navy Blue. HEX triplet: 07, 62 and DC. RGB value is (7,98,220). Sum of RGB (Red+Green+Blue) = 7+98+220=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #0762DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0762DC is #F89D23. Grayscale: #545454. Windows color (decimal): -16293156 or 14443015. OLE color: 14443015.

HSL color Cylindrical-coordinate representation of color #0762DC: hue angle of 214.37º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0762DC is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 98 220 -
CMYK 0.97 0.55 0 0.14
HSL 214.37º 0.94% 0.45% -
HSV(B) 214.37º 0.97% 0.86% -
XYZ 17.37 13.95 69.49 -
YUV 84.7 204.35 72.58 -
System Red Green Blue C M Y K H S L
Decimal 7 98 220 0.97 0.55 0 0.14 214.37 0.94 0.45
Hex 7 62 DC 61 37 0 E D6 5E 2D
Octal 7 142 334 141 67 0 16 326 136 55
Binary 111 1100010 11011100 1100001 110111 0 1110 11010110 1011110 101101

Color Harmonies of #0762DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0762DC

Black with #0762DC

Text Example


Text Example

White with #0762DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0762DC; }

 p { color: rgb(7,98,220); }

 H1.HeaderClassName
 {
   color: #0762DC;
 }
 .AnyTagClassName
 {
   color: #0762DC;
 }
</style>

background-color css

<style>
 a { background-color: #0762DC; }

 a { background-color: rgb(7,98,220); }

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

border-color css

<style>
 span { border-color: #0762DC; }

 span { border-color: rgb(7,98,220); }

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