Html Css Color HEX #031082 Navy

📋 copy color: '#031082'

red 3 ◦ green 16 ◦ blue 130

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

Shades of Navy #031082

Tints of Navy #031082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 87.25%

R = 2.01%
G = 10.74%
B = 87.25%

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

#031082 (or 0x031082) is known color: Navy. HEX triplet: 03, 10 and 82. RGB value is (3,16,130). Sum of RGB (Red+Green+Blue) = 3+16+130=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 130 (51.17% from 255 or 87.25% from 149); Max value from RGB is 130 - color contains mainly: blue. Hex color #031082 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031082 is #FCEF7D. Grayscale: #181818. Windows color (decimal): -16576382 or 8523779. OLE color: 8523779.

HSL color Cylindrical-coordinate representation of color #031082: hue angle of 233.86º degrees, saturation: 0.95, 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 #031082 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 16 130 -
CMYK 0.98 0.88 0 0.49
HSL 233.86º 0.95% 0.26% -
HSV(B) 233.86º 0.98% 0.51% -
XYZ 4.25 2 21.28 -
YUV 25.11 187.19 112.23 -
System Red Green Blue C M Y K H S L
Decimal 3 16 130 0.98 0.88 0 0.49 233.86 0.95 0.26
Hex 3 10 82 62 58 0 31 EA 5F 1A
Octal 3 20 202 142 130 0 61 352 137 32
Binary 11 10000 10000010 1100010 1011000 0 110001 11101010 1011111 11010

Color Harmonies of #031082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031082

Black with #031082

Text Example


Text Example

White with #031082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031082; }

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

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

background-color css

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

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

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

border-color css

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

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

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