Html Css Color HEX #031863 Sapphire

📋 copy color: '#031863'

red 3 ◦ green 24 ◦ blue 99

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

Shades of Sapphire #031863

Tints of Sapphire #031863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.05%

 BLUE value IS 99 (39.06% from 255) = 78.57%

R = 2.38%
G = 19.05%
B = 78.57%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#031863 (or 0x031863) is known color: Sapphire. HEX triplet: 03, 18 and 63. RGB value is (3,24,99). Sum of RGB (Red+Green+Blue) = 3+24+99=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 99 (39.06% from 255 or 78.57% from 126); Max value from RGB is 99 - color contains mainly: blue. Hex color #031863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031863 is #FCE79C. Grayscale: #191919. Windows color (decimal): -16574365 or 6494211. OLE color: 6494211.

HSL color Cylindrical-coordinate representation of color #031863: hue angle of 226.88º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031863 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 24 99 -
CMYK 0.97 0.76 0 0.61
HSL 226.88º 0.94% 0.2% -
HSV(B) 226.88º 0.97% 0.39% -
XYZ 2.62 1.57 11.97 -
YUV 26.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 3 24 99 0.97 0.76 0 0.61 226.88 0.94 0.2
Hex 3 18 63 61 4C 0 3D E3 5E 14
Octal 3 30 143 141 114 0 75 343 136 24
Binary 11 11000 1100011 1100001 1001100 0 111101 11100011 1011110 10100

Color Harmonies of #031863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031863

Black with #031863

Text Example


Text Example

White with #031863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031863; }

 p { color: rgb(3,24,99); }

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

background-color css

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

 a { background-color: rgb(3,24,99); }

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

border-color css

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

 span { border-color: rgb(3,24,99); }

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