Html Css Color HEX #031648 Sapphire

📋 copy color: '#031648'

red 3 ◦ green 22 ◦ blue 72

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

Shades of Sapphire #031648

Tints of Sapphire #031648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.68%

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

R = 3.09%
G = 22.68%
B = 74.23%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#031648 (or 0x031648) is known color: Sapphire. HEX triplet: 03, 16 and 48. RGB value is (3,22,72). Sum of RGB (Red+Green+Blue) = 3+22+72=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 72 (28.52% from 255 or 74.23% from 97); Max value from RGB is 72 - color contains mainly: blue. Hex color #031648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031648 is #FCE9B7. Grayscale: #151515. Windows color (decimal): -16574904 or 4724227. OLE color: 4724227.

HSL color Cylindrical-coordinate representation of color #031648: hue angle of 223.48º 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 #031648 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 22 72 -
CMYK 0.96 0.69 0 0.72
HSL 223.48º 0.92% 0.15% -
HSV(B) 223.48º 0.96% 0.28% -
XYZ 1.49 1.06 6.26 -
YUV 22.02 156.21 114.43 -
System Red Green Blue C M Y K H S L
Decimal 3 22 72 0.96 0.69 0 0.72 223.48 0.92 0.15
Hex 3 16 48 60 45 0 48 DF 5C F
Octal 3 26 110 140 105 0 110 337 134 17
Binary 11 10110 1001000 1100000 1000101 0 1001000 11011111 1011100 1111

Color Harmonies of #031648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031648

Black with #031648

Text Example


Text Example

White with #031648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031648; }

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

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

background-color css

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

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

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

border-color css

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

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

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