Html Css Color HEX #0381DC Navy Blue

📋 copy color: '#0381DC'

red 3 ◦ green 129 ◦ blue 220

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

Shades of Navy Blue #0381DC

Tints of Navy Blue #0381DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.65%

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

R = 0.85%
G = 36.65%
B = 62.5%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0381DC (or 0x0381DC) is known color: Navy Blue. HEX triplet: 03, 81 and DC. RGB value is (3,129,220). Sum of RGB (Red+Green+Blue) = 3+129+220=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #0381DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0381DC is #FC7E23. Grayscale: #656565. Windows color (decimal): -16547364 or 14450947. OLE color: 14450947.

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

Color convert

RGB 3 129 220 -
CMYK 0.99 0.41 0 0.14
HSL 205.16º 0.97% 0.44% -
HSV(B) 205.16º 0.99% 0.86% -
XYZ 20.81 20.89 70.65 -
YUV 101.7 194.76 57.6 -
System Red Green Blue C M Y K H S L
Decimal 3 129 220 0.99 0.41 0 0.14 205.16 0.97 0.44
Hex 3 81 DC 63 29 0 E CD 61 2C
Octal 3 201 334 143 51 0 16 315 141 54
Binary 11 10000001 11011100 1100011 101001 0 1110 11001101 1100001 101100

Color Harmonies of #0381DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0381DC

Black with #0381DC

Text Example


Text Example

White with #0381DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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