Html Css Color HEX #031E65 Sapphire

📋 copy color: '#031E65'

red 3 ◦ green 30 ◦ blue 101

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

Shades of Sapphire #031E65

Tints of Sapphire #031E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 75.37%

R = 2.24%
G = 22.39%
B = 75.37%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#031E65 (or 0x031E65) is known color: Sapphire. HEX triplet: 03, 1E and 65. RGB value is (3,30,101). Sum of RGB (Red+Green+Blue) = 3+30+101=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 101 (39.84% from 255 or 75.37% from 134); Max value from RGB is 101 - color contains mainly: blue. Hex color #031E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E65 is #FCE19A. Grayscale: #1D1D1D. Windows color (decimal): -16572827 or 6626819. OLE color: 6626819.

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

Color convert

RGB 3 30 101 -
CMYK 0.97 0.70 0 0.60
HSL 223.47º 0.94% 0.2% -
HSV(B) 223.47º 0.97% 0.4% -
XYZ 2.85 1.89 12.53 -
YUV 30.02 168.05 108.73 -
System Red Green Blue C M Y K H S L
Decimal 3 30 101 0.97 0.70 0 0.60 223.47 0.94 0.2
Hex 3 1E 65 61 46 0 3C DF 5E 14
Octal 3 36 145 141 106 0 74 337 136 24
Binary 11 11110 1100101 1100001 1000110 0 111100 11011111 1011110 10100

Color Harmonies of #031E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E65

Black with #031E65

Text Example


Text Example

White with #031E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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