#0383DD

Color #0383DD Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0383DD

Tints of Navy Blue #0383DD

Color information

#0383DD (or 0x0383DD) is unknown color: approx Navy Blue. HEX triplet: 03, 83 and DD. RGB value is (3,131,221). Sum of RGB (Red+Green+Blue) = 3+131+221=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #0383DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0383DD is #FC7C22. Grayscale: #666666. Windows color (decimal): -16546851 or 14516995. OLE color: 14516995.

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

Color convert

RGB3131221-
CMYK0.990.4100.13
HSL204.77º97.32%43.92%-
HSV(B)204.77º98.64%86.67%-
XYZ21.221.4771.43-
YUV102.99194.5956.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.85%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 221 (86.72% from 255) = 62.25%
R=0.85%
G=36.90%
B=62.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal31312210.990.4100.13204.7797.3243.92
Hex383DD63290Dcd612c
Octal32033351435101531514154
Binary111000001111011101110001110100101101110011011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0383DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,131,221); }

 H1.HeaderClassName
 {
   color: #0383DD;
 }
 .AnyTagClassName
 {
   color: #0383DD;
 }
</style>
background-color css

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

 a { background-color: rgb(3,131,221); }

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

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

 span { border-color: rgb(3,131,221); }

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