Html Css Color HEX #0382DB Navy Blue

📋 copy color: '#0382DB'

red 3 ◦ green 130 ◦ blue 219

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

Shades of Navy Blue #0382DB

Tints of Navy Blue #0382DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.22%

R = 0.85%
G = 36.93%
B = 62.22%

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

#0382DB (or 0x0382DB) is known color: Navy Blue. HEX triplet: 03, 82 and DB. RGB value is (3,130,219). Sum of RGB (Red+Green+Blue) = 3+130+219=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #0382DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0382DB is #FC7D24. Grayscale: #656565. Windows color (decimal): -16547109 or 14385667. OLE color: 14385667.

HSL color Cylindrical-coordinate representation of color #0382DB: hue angle of 204.72º 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 #0382DB is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 130 219 -
CMYK 0.99 0.41 0 0.14
HSL 204.72º 0.97% 0.44% -
HSV(B) 204.72º 0.99% 0.86% -
XYZ 20.81 21.1 69.99 -
YUV 102.17 193.92 57.26 -
System Red Green Blue C M Y K H S L
Decimal 3 130 219 0.99 0.41 0 0.14 204.72 0.97 0.44
Hex 3 82 DB 63 29 0 E CD 61 2C
Octal 3 202 333 143 51 0 16 315 141 54
Binary 11 10000010 11011011 1100011 101001 0 1110 11001101 1100001 101100

Color Harmonies of #0382DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0382DB

Black with #0382DB

Text Example


Text Example

White with #0382DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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