Html Css Color HEX #0782DD Navy Blue

📋 copy color: '#0782DD'

red 7 ◦ green 130 ◦ blue 221

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

Shades of Navy Blue #0782DD

Tints of Navy Blue #0782DD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.31%

 BLUE value IS 221 (86.72% from 255) = 61.73%

R = 1.96%
G = 36.31%
B = 61.73%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0782DD (or 0x0782DD) is known color: Navy Blue. HEX triplet: 07, 82 and DD. RGB value is (7,130,221). Sum of RGB (Red+Green+Blue) = 7+130+221=358 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #0782DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0782DD is #F87D22. Grayscale: #676767. Windows color (decimal): -16284963 or 14516743. OLE color: 14516743.

HSL color Cylindrical-coordinate representation of color #0782DD: hue angle of 205.51º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0782DD is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 130 221 -
CMYK 0.97 0.41 0 0.13
HSL 205.51º 0.94% 0.45% -
HSV(B) 205.51º 0.97% 0.87% -
XYZ 21.12 21.23 71.39 -
YUV 103.6 194.25 59.1 -
System Red Green Blue C M Y K H S L
Decimal 7 130 221 0.97 0.41 0 0.13 205.51 0.94 0.45
Hex 7 82 DD 61 29 0 D CE 5E 2D
Octal 7 202 335 141 51 0 15 316 136 55
Binary 111 10000010 11011101 1100001 101001 0 1101 11001110 1011110 101101

Color Harmonies of #0782DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0782DD

Black with #0782DD

Text Example


Text Example

White with #0782DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0782DD; }

 p { color: rgb(7,130,221); }

 H1.HeaderClassName
 {
   color: #0782DD;
 }
 .AnyTagClassName
 {
   color: #0782DD;
 }
</style>

background-color css

<style>
 a { background-color: #0782DD; }

 a { background-color: rgb(7,130,221); }

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

border-color css

<style>
 span { border-color: #0782DD; }

 span { border-color: rgb(7,130,221); }

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