Html Css Color HEX #0380DC Navy Blue

📋 copy color: '#0380DC'

red 3 ◦ green 128 ◦ blue 220

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

Shades of Navy Blue #0380DC

Tints of Navy Blue #0380DC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.47%

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

R = 0.85%
G = 36.47%
B = 62.68%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0380DC (or 0x0380DC) is known color: Navy Blue. HEX triplet: 03, 80 and DC. RGB value is (3,128,220). Sum of RGB (Red+Green+Blue) = 3+128+220=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #0380DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0380DC is #FC7F23. Grayscale: #646464. Windows color (decimal): -16547620 or 14450691. OLE color: 14450691.

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

Color convert

RGB 3 128 220 -
CMYK 0.99 0.42 0 0.14
HSL 205.44º 0.97% 0.44% -
HSV(B) 205.44º 0.99% 0.86% -
XYZ 20.67 20.63 70.6 -
YUV 101.11 195.09 58.02 -
System Red Green Blue C M Y K H S L
Decimal 3 128 220 0.99 0.42 0 0.14 205.44 0.97 0.44
Hex 3 80 DC 63 2A 0 E CD 61 2C
Octal 3 200 334 143 52 0 16 315 141 54
Binary 11 10000000 11011100 1100011 101010 0 1110 11001101 1100001 101100

Color Harmonies of #0380DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0380DC

Black with #0380DC

Text Example


Text Example

White with #0380DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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