Html Css Color HEX #031083 Navy

📋 copy color: '#031083'

red 3 ◦ green 16 ◦ blue 131

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

Shades of Navy #031083

Tints of Navy #031083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.67%

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

R = 2%
G = 10.67%
B = 87.33%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#031083 (or 0x031083) is known color: Navy. HEX triplet: 03, 10 and 83. RGB value is (3,16,131). Sum of RGB (Red+Green+Blue) = 3+16+131=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 131 (51.56% from 255 or 87.33% from 150); Max value from RGB is 131 - color contains mainly: blue. Hex color #031083 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031083 is #FCEF7C. Grayscale: #181818. Windows color (decimal): -16576381 or 8589315. OLE color: 8589315.

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

Color convert

RGB 3 16 131 -
CMYK 0.98 0.88 0 0.49
HSL 233.91º 0.96% 0.26% -
HSV(B) 233.91º 0.98% 0.51% -
XYZ 4.32 2.03 21.64 -
YUV 25.22 187.69 112.15 -
System Red Green Blue C M Y K H S L
Decimal 3 16 131 0.98 0.88 0 0.49 233.91 0.96 0.26
Hex 3 10 83 62 58 0 31 EA 60 1A
Octal 3 20 203 142 130 0 61 352 140 32
Binary 11 10000 10000011 1100010 1011000 0 110001 11101010 1100000 11010

Color Harmonies of #031083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031083

Black with #031083

Text Example


Text Example

White with #031083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031083; }

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

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

background-color css

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

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

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

border-color css

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

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

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