Html Css Color HEX #031E46 Sapphire

📋 copy color: '#031E46'

red 3 ◦ green 30 ◦ blue 70

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

Shades of Sapphire #031E46

Tints of Sapphire #031E46

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.13%

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

R = 2.91%
G = 29.13%
B = 67.96%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#031E46 (or 0x031E46) is known color: Sapphire. HEX triplet: 03, 1E and 46. RGB value is (3,30,70). Sum of RGB (Red+Green+Blue) = 3+30+70=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 70 (27.73% from 255 or 67.96% from 103); Max value from RGB is 70 - color contains mainly: blue. Hex color #031E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E46 is #FCE1B9. Grayscale: #1A1A1A. Windows color (decimal): -16572858 or 4595203. OLE color: 4595203.

HSL color Cylindrical-coordinate representation of color #031E46: hue angle of 215.82º 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 #031E46 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 30 70 -
CMYK 0.96 0.57 0 0.73
HSL 215.82º 0.92% 0.14% -
HSV(B) 215.82º 0.96% 0.27% -
XYZ 1.61 1.39 5.98 -
YUV 26.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 3 30 70 0.96 0.57 0 0.73 215.82 0.92 0.14
Hex 3 1E 46 60 39 0 49 D8 5C E
Octal 3 36 106 140 71 0 111 330 134 16
Binary 11 11110 1000110 1100000 111001 0 1001001 11011000 1011100 1110

Color Harmonies of #031E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E46

Black with #031E46

Text Example


Text Example

White with #031E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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