Html Css Color HEX #031B46 Sapphire

📋 copy color: '#031B46'

red 3 ◦ green 27 ◦ blue 70

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

Shades of Sapphire #031B46

Tints of Sapphire #031B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 70%

R = 3%
G = 27%
B = 70%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#031B46 (or 0x031B46) is known color: Sapphire. HEX triplet: 03, 1B and 46. RGB value is (3,27,70). Sum of RGB (Red+Green+Blue) = 3+27+70=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 70 (27.73% from 255 or 70% from 100); Max value from RGB is 70 - color contains mainly: blue. Hex color #031B46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B46 is #FCE4B9. Grayscale: #181818. Windows color (decimal): -16573626 or 4594435. OLE color: 4594435.

HSL color Cylindrical-coordinate representation of color #031B46: hue angle of 218.51º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031B46 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 27 70 -
CMYK 0.96 0.61 0 0.73
HSL 218.51º 0.92% 0.14% -
HSV(B) 218.51º 0.96% 0.27% -
XYZ 1.53 1.25 5.95 -
YUV 24.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 3 27 70 0.96 0.61 0 0.73 218.51 0.92 0.14
Hex 3 1B 46 60 3D 0 49 DB 5C E
Octal 3 33 106 140 75 0 111 333 134 16
Binary 11 11011 1000110 1100000 111101 0 1001001 11011011 1011100 1110

Color Harmonies of #031B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031B46

Black with #031B46

Text Example


Text Example

White with #031B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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