Html Css Color HEX #031649 Sapphire

📋 copy color: '#031649'

red 3 ◦ green 22 ◦ blue 73

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

Shades of Sapphire #031649

Tints of Sapphire #031649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 74.49%

R = 3.06%
G = 22.45%
B = 74.49%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#031649 (or 0x031649) is known color: Sapphire. HEX triplet: 03, 16 and 49. RGB value is (3,22,73). Sum of RGB (Red+Green+Blue) = 3+22+73=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 73 (28.91% from 255 or 74.49% from 98); Max value from RGB is 73 - color contains mainly: blue. Hex color #031649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031649 is #FCE9B6. Grayscale: #151515. Windows color (decimal): -16574903 or 4789763. OLE color: 4789763.

HSL color Cylindrical-coordinate representation of color #031649: hue angle of 223.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031649 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 22 73 -
CMYK 0.96 0.70 0 0.71
HSL 223.71º 0.92% 0.15% -
HSV(B) 223.71º 0.96% 0.29% -
XYZ 1.53 1.07 6.43 -
YUV 22.13 156.71 114.35 -
System Red Green Blue C M Y K H S L
Decimal 3 22 73 0.96 0.70 0 0.71 223.71 0.92 0.15
Hex 3 16 49 60 46 0 47 E0 5C F
Octal 3 26 111 140 106 0 107 340 134 17
Binary 11 10110 1001001 1100000 1000110 0 1000111 11100000 1011100 1111

Color Harmonies of #031649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031649

Black with #031649

Text Example


Text Example

White with #031649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031649; }

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

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

background-color css

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

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

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

border-color css

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

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

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