Html Css Color HEX #031760 Sapphire

📋 copy color: '#031760'

red 3 ◦ green 23 ◦ blue 96

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

Shades of Sapphire #031760

Tints of Sapphire #031760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 78.69%

R = 2.46%
G = 18.85%
B = 78.69%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#031760 (or 0x031760) is known color: Sapphire. HEX triplet: 03, 17 and 60. RGB value is (3,23,96). Sum of RGB (Red+Green+Blue) = 3+23+96=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 96 (37.89% from 255 or 78.69% from 122); Max value from RGB is 96 - color contains mainly: blue. Hex color #031760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031760 is #FCE89F. Grayscale: #191919. Windows color (decimal): -16574624 or 6297347. OLE color: 6297347.

HSL color Cylindrical-coordinate representation of color #031760: hue angle of 227.1º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031760 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 23 96 -
CMYK 0.97 0.76 0 0.62
HSL 227.1º 0.94% 0.19% -
HSV(B) 227.1º 0.97% 0.38% -
XYZ 2.46 1.48 11.22 -
YUV 25.34 167.87 112.06 -
System Red Green Blue C M Y K H S L
Decimal 3 23 96 0.97 0.76 0 0.62 227.1 0.94 0.19
Hex 3 17 60 61 4C 0 3E E3 5E 13
Octal 3 27 140 141 114 0 76 343 136 23
Binary 11 10111 1100000 1100001 1001100 0 111110 11100011 1011110 10011

Color Harmonies of #031760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031760

Black with #031760

Text Example


Text Example

White with #031760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031760; }

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

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

background-color css

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

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

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

border-color css

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

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

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