Html Css Color HEX #031784 Navy

📋 copy color: '#031784'

red 3 ◦ green 23 ◦ blue 132

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

Shades of Navy #031784

Tints of Navy #031784

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.56%

 BLUE value IS 132 (51.95% from 255) = 83.54%

R = 1.9%
G = 14.56%
B = 83.54%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#031784 (or 0x031784) is known color: Navy. HEX triplet: 03, 17 and 84. RGB value is (3,23,132). Sum of RGB (Red+Green+Blue) = 3+23+132=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 132 (51.95% from 255 or 83.54% from 158); Max value from RGB is 132 - color contains mainly: blue. Hex color #031784 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031784 is #FCE87B. Grayscale: #1C1C1C. Windows color (decimal): -16574588 or 8656643. OLE color: 8656643.

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

Color convert

RGB 3 23 132 -
CMYK 0.98 0.83 0 0.48
HSL 230.7º 0.96% 0.26% -
HSV(B) 230.7º 0.98% 0.52% -
XYZ 4.51 2.3 22.04 -
YUV 29.45 185.87 109.14 -
System Red Green Blue C M Y K H S L
Decimal 3 23 132 0.98 0.83 0 0.48 230.7 0.96 0.26
Hex 3 17 84 62 53 0 30 E7 60 1A
Octal 3 27 204 142 123 0 60 347 140 32
Binary 11 10111 10000100 1100010 1010011 0 110000 11100111 1100000 11010

Color Harmonies of #031784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031784

Black with #031784

Text Example


Text Example

White with #031784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031784; }

 p { color: rgb(3,23,132); }

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

background-color css

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

 a { background-color: rgb(3,23,132); }

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

border-color css

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

 span { border-color: rgb(3,23,132); }

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