Html Css Color HEX #010383 Navy

📋 copy color: '#010383'

red 1 ◦ green 3 ◦ blue 131

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

Shades of Navy #010383

Tints of Navy #010383

RGB

 RED value IS 1 (0.78% from 255) = 0.74%

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

 BLUE value IS 131 (51.56% from 255) = 97.04%

R = 0.74%
G = 2.22%
B = 97.04%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#010383 (or 0x010383) is known color: Navy. HEX triplet: 01, 03 and 83. RGB value is (1,3,131). Sum of RGB (Red+Green+Blue) = 1+3+131=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 131 (51.56% from 255 or 97.04% from 135); Max value from RGB is 131 - color contains mainly: blue. Hex color #010383 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010383 is #FEFC7C. Grayscale: #101010. Windows color (decimal): -16710781 or 8585985. OLE color: 8585985.

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

Color convert

RGB 1 3 131 -
CMYK 0.99 0.98 0 0.49
HSL 239.08º 0.98% 0.26% -
HSV(B) 239.08º 0.99% 0.51% -
XYZ 4.14 1.71 21.58 -
YUV 16.99 192.34 116.59 -
System Red Green Blue C M Y K H S L
Decimal 1 3 131 0.99 0.98 0 0.49 239.08 0.98 0.26
Hex 1 3 83 63 62 0 31 EF 62 1A
Octal 1 3 203 143 142 0 61 357 142 32
Binary 1 11 10000011 1100011 1100010 0 110001 11101111 1100010 11010

Color Harmonies of #010383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010383

Black with #010383

Text Example


Text Example

White with #010383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010383; }

 p { color: rgb(1,3,131); }

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

background-color css

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

 a { background-color: rgb(1,3,131); }

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

border-color css

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

 span { border-color: rgb(1,3,131); }

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