Html Css Color HEX #031650 Sapphire

📋 copy color: '#031650'

red 3 ◦ green 22 ◦ blue 80

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

Shades of Sapphire #031650

Tints of Sapphire #031650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 76.19%

R = 2.86%
G = 20.95%
B = 76.19%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#031650 (or 0x031650) is known color: Sapphire. HEX triplet: 03, 16 and 50. RGB value is (3,22,80). Sum of RGB (Red+Green+Blue) = 3+22+80=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 80 (31.64% from 255 or 76.19% from 105); Max value from RGB is 80 - color contains mainly: blue. Hex color #031650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031650 is #FCE9AF. Grayscale: #161616. Windows color (decimal): -16574896 or 5248515. OLE color: 5248515.

HSL color Cylindrical-coordinate representation of color #031650: hue angle of 225.19º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031650 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 22 80 -
CMYK 0.96 0.72 0 0.69
HSL 225.19º 0.93% 0.16% -
HSV(B) 225.19º 0.96% 0.31% -
XYZ 1.77 1.17 7.72 -
YUV 22.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 3 22 80 0.96 0.72 0 0.69 225.19 0.93 0.16
Hex 3 16 50 60 48 0 45 E1 5D 10
Octal 3 26 120 140 110 0 105 341 135 20
Binary 11 10110 1010000 1100000 1001000 0 1000101 11100001 1011101 10000

Color Harmonies of #031650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031650

Black with #031650

Text Example


Text Example

White with #031650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031650; }

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

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

background-color css

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

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

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

border-color css

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

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

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