Html Css Color HEX #0381D1 Navy Blue

📋 copy color: '#0381D1'

red 3 ◦ green 129 ◦ blue 209

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

Shades of Navy Blue #0381D1

Tints of Navy Blue #0381D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 61.29%

R = 0.88%
G = 37.83%
B = 61.29%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0381D1 (or 0x0381D1) is known color: Navy Blue. HEX triplet: 03, 81 and D1. RGB value is (3,129,209). Sum of RGB (Red+Green+Blue) = 3+129+209=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #0381D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0381D1 is #FC7E2E. Grayscale: #646464. Windows color (decimal): -16547375 or 13730051. OLE color: 13730051.

HSL color Cylindrical-coordinate representation of color #0381D1: hue angle of 203.3º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0381D1 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 129 209 -
CMYK 0.99 0.38 0 0.18
HSL 203.3º 0.97% 0.42% -
HSV(B) 203.3º 0.99% 0.82% -
XYZ 19.4 20.32 63.22 -
YUV 100.45 189.26 58.5 -
System Red Green Blue C M Y K H S L
Decimal 3 129 209 0.99 0.38 0 0.18 203.3 0.97 0.42
Hex 3 81 D1 63 26 0 12 CB 61 2A
Octal 3 201 321 143 46 0 22 313 141 52
Binary 11 10000001 11010001 1100011 100110 0 10010 11001011 1100001 101010

Color Harmonies of #0381D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0381D1

Black with #0381D1

Text Example


Text Example

White with #0381D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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