Html Css Color HEX #0784DC Navy Blue

📋 copy color: '#0784DC'

red 7 ◦ green 132 ◦ blue 220

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

Shades of Navy Blue #0784DC

Tints of Navy Blue #0784DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

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

R = 1.95%
G = 36.77%
B = 61.28%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0784DC (or 0x0784DC) is known color: Navy Blue. HEX triplet: 07, 84 and DC. RGB value is (7,132,220). Sum of RGB (Red+Green+Blue) = 7+132+220=359 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.95% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #0784DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0784DC is #F87B23. Grayscale: #686868. Windows color (decimal): -16284452 or 14451719. OLE color: 14451719.

HSL color Cylindrical-coordinate representation of color #0784DC: hue angle of 204.79º 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 #0784DC is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 132 220 -
CMYK 0.97 0.40 0 0.14
HSL 204.79º 0.94% 0.45% -
HSV(B) 204.79º 0.97% 0.86% -
XYZ 21.26 21.72 70.78 -
YUV 104.66 193.09 58.34 -
System Red Green Blue C M Y K H S L
Decimal 7 132 220 0.97 0.40 0 0.14 204.79 0.94 0.45
Hex 7 84 DC 61 28 0 E CD 5E 2D
Octal 7 204 334 141 50 0 16 315 136 55
Binary 111 10000100 11011100 1100001 101000 0 1110 11001101 1011110 101101

Color Harmonies of #0784DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0784DC

Black with #0784DC

Text Example


Text Example

White with #0784DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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