Html Css Color HEX #031E48 Sapphire

📋 copy color: '#031E48'

red 3 ◦ green 30 ◦ blue 72

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

Shades of Sapphire #031E48

Tints of Sapphire #031E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 68.57%

R = 2.86%
G = 28.57%
B = 68.57%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#031E48 (or 0x031E48) is known color: Sapphire. HEX triplet: 03, 1E and 48. RGB value is (3,30,72). Sum of RGB (Red+Green+Blue) = 3+30+72=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 72 (28.52% from 255 or 68.57% from 105); Max value from RGB is 72 - color contains mainly: blue. Hex color #031E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E48 is #FCE1B7. Grayscale: #1A1A1A. Windows color (decimal): -16572856 or 4726275. OLE color: 4726275.

HSL color Cylindrical-coordinate representation of color #031E48: hue angle of 216.52º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031E48 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 30 72 -
CMYK 0.96 0.58 0 0.72
HSL 216.52º 0.92% 0.15% -
HSV(B) 216.52º 0.96% 0.28% -
XYZ 1.67 1.42 6.32 -
YUV 26.72 153.55 111.08 -
System Red Green Blue C M Y K H S L
Decimal 3 30 72 0.96 0.58 0 0.72 216.52 0.92 0.15
Hex 3 1E 48 60 3A 0 48 D9 5C F
Octal 3 36 110 140 72 0 110 331 134 17
Binary 11 11110 1001000 1100000 111010 0 1001000 11011001 1011100 1111

Color Harmonies of #031E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E48

Black with #031E48

Text Example


Text Example

White with #031E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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