Html Css Color HEX #000381 Navy

📋 copy color: '#000381'

red 0 ◦ green 3 ◦ blue 129

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

Shades of Navy #000381

Tints of Navy #000381

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 3 (1.56% from 255) = 2.27%

 BLUE value IS 129 (50.78% from 255) = 97.73%

R = 0%
G = 2.27%
B = 97.73%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#000381 (or 0x000381) is known color: Navy. HEX triplet: 00, 03 and 81. RGB value is (0,3,129). Sum of RGB (Red+Green+Blue) = 0+3+129=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 129 (50.78% from 255 or 97.73% from 132); Max value from RGB is 129 - color contains mainly: blue. Hex color #000381 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000381 is #FFFC7E. Grayscale: #0F0F0F. Windows color (decimal): -16776319 or 8454912. OLE color: 8454912.

HSL color Cylindrical-coordinate representation of color #000381: hue angle of 238.6º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000381 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 3 129 -
CMYK 1 0.98 0 0.49
HSL 238.6º 1% 0.25% -
HSV(B) 238.6º 1% 0.51% -
XYZ 4 1.65 20.88 -
YUV 16.47 191.51 116.25 -
System Red Green Blue C M Y K H S L
Decimal 0 3 129 1 0.98 0 0.49 238.6 1 0.25
Hex 0 3 81 64 62 0 31 EF 64 19
Octal 0 3 201 144 142 0 61 357 144 31
Binary 0 11 10000001 1100100 1100010 0 110001 11101111 1100100 11001

Color Harmonies of #000381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000381

Black with #000381

Text Example


Text Example

White with #000381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000381; }

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

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

background-color css

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

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

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

border-color css

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

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

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