Html Css Color HEX #0384DB Navy Blue

📋 copy color: '#0384DB'

red 3 ◦ green 132 ◦ blue 219

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

Shades of Navy Blue #0384DB

Tints of Navy Blue #0384DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.86%

R = 0.85%
G = 37.29%
B = 61.86%

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

#0384DB (or 0x0384DB) is known color: Navy Blue. HEX triplet: 03, 84 and DB. RGB value is (3,132,219). Sum of RGB (Red+Green+Blue) = 3+132+219=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #0384DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0384DB is #FC7B24. Grayscale: #666666. Windows color (decimal): -16546597 or 14386179. OLE color: 14386179.

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

Color convert

RGB 3 132 219 -
CMYK 0.99 0.40 0 0.14
HSL 204.17º 0.97% 0.44% -
HSV(B) 204.17º 0.99% 0.86% -
XYZ 21.08 21.64 70.08 -
YUV 103.35 193.26 56.43 -
System Red Green Blue C M Y K H S L
Decimal 3 132 219 0.99 0.40 0 0.14 204.17 0.97 0.44
Hex 3 84 DB 63 28 0 E CC 61 2C
Octal 3 204 333 143 50 0 16 314 141 54
Binary 11 10000100 11011011 1100011 101000 0 1110 11001100 1100001 101100

Color Harmonies of #0384DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0384DB

Black with #0384DB

Text Example


Text Example

White with #0384DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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