Html Css Color HEX #031885 Navy

📋 copy color: '#031885'

red 3 ◦ green 24 ◦ blue 133

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

Shades of Navy #031885

Tints of Navy #031885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15%

 BLUE value IS 133 (52.34% from 255) = 83.13%

R = 1.88%
G = 15%
B = 83.13%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#031885 (or 0x031885) is known color: Navy. HEX triplet: 03, 18 and 85. RGB value is (3,24,133). Sum of RGB (Red+Green+Blue) = 3+24+133=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 133 (52.34% from 255 or 83.12% from 160); Max value from RGB is 133 - color contains mainly: blue. Hex color #031885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031885 is #FCE77A. Grayscale: #1D1D1D. Windows color (decimal): -16574331 or 8722435. OLE color: 8722435.

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

Color convert

RGB 3 24 133 -
CMYK 0.98 0.82 0 0.48
HSL 230.31º 0.96% 0.27% -
HSV(B) 230.31º 0.98% 0.52% -
XYZ 4.6 2.37 22.4 -
YUV 30.15 186.04 108.64 -
System Red Green Blue C M Y K H S L
Decimal 3 24 133 0.98 0.82 0 0.48 230.31 0.96 0.27
Hex 3 18 85 62 52 0 30 E6 60 1B
Octal 3 30 205 142 122 0 60 346 140 33
Binary 11 11000 10000101 1100010 1010010 0 110000 11100110 1100000 11011

Color Harmonies of #031885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031885

Black with #031885

Text Example


Text Example

White with #031885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031885; }

 p { color: rgb(3,24,133); }

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

background-color css

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

 a { background-color: rgb(3,24,133); }

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

border-color css

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

 span { border-color: rgb(3,24,133); }

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