Html Css Color HEX #031E67 Sapphire

📋 copy color: '#031E67'

red 3 ◦ green 30 ◦ blue 103

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

Shades of Sapphire #031E67

Tints of Sapphire #031E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 75.74%

R = 2.21%
G = 22.06%
B = 75.74%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#031E67 (or 0x031E67) is known color: Sapphire. HEX triplet: 03, 1E and 67. RGB value is (3,30,103). Sum of RGB (Red+Green+Blue) = 3+30+103=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 103 (40.62% from 255 or 75.74% from 136); Max value from RGB is 103 - color contains mainly: blue. Hex color #031E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E67 is #FCE198. Grayscale: #1D1D1D. Windows color (decimal): -16572825 or 6757891. OLE color: 6757891.

HSL color Cylindrical-coordinate representation of color #031E67: hue angle of 223.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031E67 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 30 103 -
CMYK 0.97 0.71 0 0.60
HSL 223.8º 0.94% 0.21% -
HSV(B) 223.8º 0.97% 0.4% -
XYZ 2.95 1.93 13.05 -
YUV 30.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 3 30 103 0.97 0.71 0 0.60 223.8 0.94 0.21
Hex 3 1E 67 61 47 0 3C E0 5E 15
Octal 3 36 147 141 107 0 74 340 136 25
Binary 11 11110 1100111 1100001 1000111 0 111100 11100000 1011110 10101

Color Harmonies of #031E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E67

Black with #031E67

Text Example


Text Example

White with #031E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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