Html Css Color HEX #031E7D Sapphire

📋 copy color: '#031E7D'

red 3 ◦ green 30 ◦ blue 125

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

Shades of Sapphire #031E7D

Tints of Sapphire #031E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 79.11%

R = 1.9%
G = 18.99%
B = 79.11%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#031E7D (or 0x031E7D) is known color: Sapphire. HEX triplet: 03, 1E and 7D. RGB value is (3,30,125). Sum of RGB (Red+Green+Blue) = 3+30+125=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 125 (49.22% from 255 or 79.11% from 158); Max value from RGB is 125 - color contains mainly: blue. Hex color #031E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E7D is #FCE182. Grayscale: #202020. Windows color (decimal): -16572803 or 8199683. OLE color: 8199683.

HSL color Cylindrical-coordinate representation of color #031E7D: hue angle of 226.72º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031E7D is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 30 125 -
CMYK 0.98 0.76 0 0.51
HSL 226.72º 0.95% 0.25% -
HSV(B) 226.72º 0.98% 0.49% -
XYZ 4.2 2.43 19.65 -
YUV 32.76 180.05 106.78 -
System Red Green Blue C M Y K H S L
Decimal 3 30 125 0.98 0.76 0 0.51 226.72 0.95 0.25
Hex 3 1E 7D 62 4C 0 33 E3 5F 19
Octal 3 36 175 142 114 0 63 343 137 31
Binary 11 11110 1111101 1100010 1001100 0 110011 11100011 1011111 11001

Color Harmonies of #031E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E7D

Black with #031E7D

Text Example


Text Example

White with #031E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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