Html Css Color HEX #031751 Sapphire

📋 copy color: '#031751'

red 3 ◦ green 23 ◦ blue 81

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

Shades of Sapphire #031751

Tints of Sapphire #031751

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.5%

 BLUE value IS 81 (32.03% from 255) = 75.7%

R = 2.8%
G = 21.5%
B = 75.7%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#031751 (or 0x031751) is known color: Sapphire. HEX triplet: 03, 17 and 51. RGB value is (3,23,81). Sum of RGB (Red+Green+Blue) = 3+23+81=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 81 (32.03% from 255 or 75.70% from 107); Max value from RGB is 81 - color contains mainly: blue. Hex color #031751 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031751 is #FCE8AE. Grayscale: #171717. Windows color (decimal): -16574639 or 5314307. OLE color: 5314307.

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

Color convert

RGB 3 23 81 -
CMYK 0.96 0.72 0 0.68
HSL 224.62º 0.93% 0.16% -
HSV(B) 224.62º 0.96% 0.32% -
XYZ 1.83 1.23 7.92 -
YUV 23.63 160.37 113.28 -
System Red Green Blue C M Y K H S L
Decimal 3 23 81 0.96 0.72 0 0.68 224.62 0.93 0.16
Hex 3 17 51 60 48 0 44 E1 5D 10
Octal 3 27 121 140 110 0 104 341 135 20
Binary 11 10111 1010001 1100000 1001000 0 1000100 11100001 1011101 10000

Color Harmonies of #031751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031751

Black with #031751

Text Example


Text Example

White with #031751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031751; }

 p { color: rgb(3,23,81); }

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

background-color css

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

 a { background-color: rgb(3,23,81); }

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

border-color css

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

 span { border-color: rgb(3,23,81); }

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