Html Css Color HEX #0383DC Navy Blue

📋 copy color: '#0383DC'

red 3 ◦ green 131 ◦ blue 220

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

Shades of Navy Blue #0383DC

Tints of Navy Blue #0383DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.01%

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

R = 0.85%
G = 37.01%
B = 62.15%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0383DC (or 0x0383DC) is known color: Navy Blue. HEX triplet: 03, 83 and DC. RGB value is (3,131,220). Sum of RGB (Red+Green+Blue) = 3+131+220=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #0383DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0383DC is #FC7C23. Grayscale: #666666. Windows color (decimal): -16546852 or 14451459. OLE color: 14451459.

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

Color convert

RGB 3 131 220 -
CMYK 0.99 0.40 0 0.14
HSL 204.61º 0.97% 0.44% -
HSV(B) 204.61º 0.99% 0.86% -
XYZ 21.07 21.42 70.73 -
YUV 102.87 194.09 56.76 -
System Red Green Blue C M Y K H S L
Decimal 3 131 220 0.99 0.40 0 0.14 204.61 0.97 0.44
Hex 3 83 DC 63 28 0 E CD 61 2C
Octal 3 203 334 143 50 0 16 315 141 54
Binary 11 10000011 11011100 1100011 101000 0 1110 11001101 1100001 101100

Color Harmonies of #0383DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0383DC

Black with #0383DC

Text Example


Text Example

White with #0383DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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