Html Css Color HEX #031B85 Navy

📋 copy color: '#031B85'

red 3 ◦ green 27 ◦ blue 133

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

Shades of Navy #031B85

Tints of Navy #031B85

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.56%

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

R = 1.84%
G = 16.56%
B = 81.6%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#031B85 (or 0x031B85) is known color: Navy. HEX triplet: 03, 1B and 85. RGB value is (3,27,133). Sum of RGB (Red+Green+Blue) = 3+27+133=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 133 (52.34% from 255 or 81.60% from 163); Max value from RGB is 133 - color contains mainly: blue. Hex color #031B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031B85 is #FCE47A. Grayscale: #1F1F1F. Windows color (decimal): -16573563 or 8723203. OLE color: 8723203.

HSL color Cylindrical-coordinate representation of color #031B85: hue angle of 228.92º 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 #031B85 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 27 133 -
CMYK 0.98 0.80 0 0.48
HSL 228.92º 0.96% 0.27% -
HSV(B) 228.92º 0.98% 0.52% -
XYZ 4.66 2.5 22.43 -
YUV 31.91 185.05 107.38 -
System Red Green Blue C M Y K H S L
Decimal 3 27 133 0.98 0.80 0 0.48 228.92 0.96 0.27
Hex 3 1B 85 62 50 0 30 E5 60 1B
Octal 3 33 205 142 120 0 60 345 140 33
Binary 11 11011 10000101 1100010 1010000 0 110000 11100101 1100000 11011

Color Harmonies of #031B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031B85

Black with #031B85

Text Example


Text Example

White with #031B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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