Html Css Color HEX #0384DC Navy Blue

📋 copy color: '#0384DC'

red 3 ◦ green 132 ◦ blue 220

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

Shades of Navy Blue #0384DC

Tints of Navy Blue #0384DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.18%

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

R = 0.85%
G = 37.18%
B = 61.97%

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

#0384DC (or 0x0384DC) is known color: Navy Blue. HEX triplet: 03, 84 and DC. RGB value is (3,132,220). Sum of RGB (Red+Green+Blue) = 3+132+220=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #0384DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0384DC is #FC7B23. Grayscale: #666666. Windows color (decimal): -16546596 or 14451715. OLE color: 14451715.

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

Color convert

RGB 3 132 220 -
CMYK 0.99 0.40 0 0.14
HSL 204.33º 0.97% 0.44% -
HSV(B) 204.33º 0.99% 0.86% -
XYZ 21.21 21.69 70.78 -
YUV 103.46 193.76 56.34 -
System Red Green Blue C M Y K H S L
Decimal 3 132 220 0.99 0.40 0 0.14 204.33 0.97 0.44
Hex 3 84 DC 63 28 0 E CC 61 2C
Octal 3 204 334 143 50 0 16 314 141 54
Binary 11 10000100 11011100 1100011 101000 0 1110 11001100 1100001 101100

Color Harmonies of #0384DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0384DC

Black with #0384DC

Text Example


Text Example

White with #0384DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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