Html Css Color HEX #031750 Sapphire

📋 copy color: '#031750'

red 3 ◦ green 23 ◦ blue 80

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

Shades of Sapphire #031750

Tints of Sapphire #031750

RGB

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

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

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

R = 2.83%
G = 21.7%
B = 75.47%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#031750 (or 0x031750) is known color: Sapphire. HEX triplet: 03, 17 and 50. RGB value is (3,23,80). Sum of RGB (Red+Green+Blue) = 3+23+80=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 80 (31.64% from 255 or 75.47% from 106); Max value from RGB is 80 - color contains mainly: blue. Hex color #031750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031750 is #FCE8AF. Grayscale: #171717. Windows color (decimal): -16574640 or 5248771. OLE color: 5248771.

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

Color convert

RGB 3 23 80 -
CMYK 0.96 0.71 0 0.69
HSL 224.42º 0.93% 0.16% -
HSV(B) 224.42º 0.96% 0.31% -
XYZ 1.79 1.21 7.73 -
YUV 23.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 3 23 80 0.96 0.71 0 0.69 224.42 0.93 0.16
Hex 3 17 50 60 47 0 45 E0 5D 10
Octal 3 27 120 140 107 0 105 340 135 20
Binary 11 10111 1010000 1100000 1000111 0 1000101 11100000 1011101 10000

Color Harmonies of #031750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031750

Black with #031750

Text Example


Text Example

White with #031750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031750; }

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

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

background-color css

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

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

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

border-color css

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

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

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