Html Css Color HEX #0384DD Navy Blue

📋 copy color: '#0384DD'

red 3 ◦ green 132 ◦ blue 221

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

Shades of Navy Blue #0384DD

Tints of Navy Blue #0384DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.08%

R = 0.84%
G = 37.08%
B = 62.08%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0384DD (or 0x0384DD) is known color: Navy Blue. HEX triplet: 03, 84 and DD. RGB value is (3,132,221). Sum of RGB (Red+Green+Blue) = 3+132+221=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #0384DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0384DD is #FC7B22. Grayscale: #676767. Windows color (decimal): -16546595 or 14517251. OLE color: 14517251.

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

Color convert

RGB 3 132 221 -
CMYK 0.99 0.40 0 0.13
HSL 204.5º 0.97% 0.44% -
HSV(B) 204.5º 0.99% 0.87% -
XYZ 21.34 21.74 71.48 -
YUV 103.58 194.26 56.26 -
System Red Green Blue C M Y K H S L
Decimal 3 132 221 0.99 0.40 0 0.13 204.5 0.97 0.44
Hex 3 84 DD 63 28 0 D CC 61 2C
Octal 3 204 335 143 50 0 15 314 141 54
Binary 11 10000100 11011101 1100011 101000 0 1101 11001100 1100001 101100

Color Harmonies of #0384DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0384DD

Black with #0384DD

Text Example


Text Example

White with #0384DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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