Html Css Color HEX #031B5B Sapphire

📋 copy color: '#031B5B'

red 3 ◦ green 27 ◦ blue 91

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

Shades of Sapphire #031B5B

Tints of Sapphire #031B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 75.21%

R = 2.48%
G = 22.31%
B = 75.21%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#031B5B (or 0x031B5B) is known color: Sapphire. HEX triplet: 03, 1B and 5B. RGB value is (3,27,91). Sum of RGB (Red+Green+Blue) = 3+27+91=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 91 (35.94% from 255 or 75.21% from 121); Max value from RGB is 91 - color contains mainly: blue. Hex color #031B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B5B is #FCE4A4. Grayscale: #1A1A1A. Windows color (decimal): -16573605 or 5970691. OLE color: 5970691.

HSL color Cylindrical-coordinate representation of color #031B5B: hue angle of 223.64º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031B5B is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 27 91 -
CMYK 0.97 0.70 0 0.64
HSL 223.64º 0.94% 0.18% -
HSV(B) 223.64º 0.97% 0.36% -
XYZ 2.32 1.56 10.08 -
YUV 27.12 164.05 110.8 -
System Red Green Blue C M Y K H S L
Decimal 3 27 91 0.97 0.70 0 0.64 223.64 0.94 0.18
Hex 3 1B 5B 61 46 0 40 E0 5E 12
Octal 3 33 133 141 106 0 100 340 136 22
Binary 11 11011 1011011 1100001 1000110 0 1000000 11100000 1011110 10010

Color Harmonies of #031B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031B5B

Black with #031B5B

Text Example


Text Example

White with #031B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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