Html Css Color HEX #031E75 Sapphire

📋 copy color: '#031E75'

red 3 ◦ green 30 ◦ blue 117

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

Shades of Sapphire #031E75

Tints of Sapphire #031E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 78%

R = 2%
G = 20%
B = 78%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#031E75 (or 0x031E75) is known color: Sapphire. HEX triplet: 03, 1E and 75. RGB value is (3,30,117). Sum of RGB (Red+Green+Blue) = 3+30+117=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 117 (46.09% from 255 or 78% from 150); Max value from RGB is 117 - color contains mainly: blue. Hex color #031E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E75 is #FCE18A. Grayscale: #1F1F1F. Windows color (decimal): -16572811 or 7675395. OLE color: 7675395.

HSL color Cylindrical-coordinate representation of color #031E75: hue angle of 225.79º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031E75 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 30 117 -
CMYK 0.97 0.74 0 0.54
HSL 225.79º 0.95% 0.24% -
HSV(B) 225.79º 0.97% 0.46% -
XYZ 3.71 2.23 17.06 -
YUV 31.85 176.05 107.43 -
System Red Green Blue C M Y K H S L
Decimal 3 30 117 0.97 0.74 0 0.54 225.79 0.95 0.24
Hex 3 1E 75 61 4A 0 36 E2 5F 18
Octal 3 36 165 141 112 0 66 342 137 30
Binary 11 11110 1110101 1100001 1001010 0 110110 11100010 1011111 11000

Color Harmonies of #031E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E75

Black with #031E75

Text Example


Text Example

White with #031E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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