Html Css Color HEX #0382DC Navy Blue

📋 copy color: '#0382DC'

red 3 ◦ green 130 ◦ blue 220

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

Shades of Navy Blue #0382DC

Tints of Navy Blue #0382DC

RGB

 RED value IS 3 (1.56% from 255) = 0.85%

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

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

R = 0.85%
G = 36.83%
B = 62.32%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0382DC (or 0x0382DC) is known color: Navy Blue. HEX triplet: 03, 82 and DC. RGB value is (3,130,220). Sum of RGB (Red+Green+Blue) = 3+130+220=353 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #0382DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0382DC is #FC7D23. Grayscale: #656565. Windows color (decimal): -16547108 or 14451203. OLE color: 14451203.

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

Color convert

RGB 3 130 220 -
CMYK 0.99 0.41 0 0.14
HSL 204.88º 0.97% 0.44% -
HSV(B) 204.88º 0.99% 0.86% -
XYZ 20.94 21.15 70.69 -
YUV 102.29 194.42 57.18 -
System Red Green Blue C M Y K H S L
Decimal 3 130 220 0.99 0.41 0 0.14 204.88 0.97 0.44
Hex 3 82 DC 63 29 0 E CD 61 2C
Octal 3 202 334 143 51 0 16 315 141 54
Binary 11 10000010 11011100 1100011 101001 0 1110 11001101 1100001 101100

Color Harmonies of #0382DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0382DC

Black with #0382DC

Text Example


Text Example

White with #0382DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,130,220); }

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

background-color css

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

 a { background-color: rgb(3,130,220); }

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

border-color css

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

 span { border-color: rgb(3,130,220); }

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