Html Css Color HEX #0382DF Navy Blue

📋 copy color: '#0382DF'

red 3 ◦ green 130 ◦ blue 223

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

Shades of Navy Blue #0382DF

Tints of Navy Blue #0382DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.64%

R = 0.84%
G = 36.52%
B = 62.64%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0382DF (or 0x0382DF) is known color: Navy Blue. HEX triplet: 03, 82 and DF. RGB value is (3,130,223). Sum of RGB (Red+Green+Blue) = 3+130+223=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #0382DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0382DF is #FC7D20. Grayscale: #666666. Windows color (decimal): -16547105 or 14647811. OLE color: 14647811.

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

Color convert

RGB 3 130 223 -
CMYK 0.99 0.42 0 0.13
HSL 205.36º 0.97% 0.44% -
HSV(B) 205.36º 0.99% 0.87% -
XYZ 21.34 21.31 72.8 -
YUV 102.63 195.92 56.94 -
System Red Green Blue C M Y K H S L
Decimal 3 130 223 0.99 0.42 0 0.13 205.36 0.97 0.44
Hex 3 82 DF 63 2A 0 D CD 61 2C
Octal 3 202 337 143 52 0 15 315 141 54
Binary 11 10000010 11011111 1100011 101010 0 1101 11001101 1100001 101100

Color Harmonies of #0382DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0382DF

Black with #0382DF

Text Example


Text Example

White with #0382DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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