Html Css Color HEX #031460 Sapphire

📋 copy color: '#031460'

red 3 ◦ green 20 ◦ blue 96

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

Shades of Sapphire #031460

Tints of Sapphire #031460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.81%

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

R = 2.52%
G = 16.81%
B = 80.67%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#031460 (or 0x031460) is known color: Sapphire. HEX triplet: 03, 14 and 60. RGB value is (3,20,96). Sum of RGB (Red+Green+Blue) = 3+20+96=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 96 (37.89% from 255 or 80.67% from 119); Max value from RGB is 96 - color contains mainly: blue. Hex color #031460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031460 is #FCEB9F. Grayscale: #171717. Windows color (decimal): -16575392 or 6296579. OLE color: 6296579.

HSL color Cylindrical-coordinate representation of color #031460: hue angle of 229.03º 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 #031460 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 20 96 -
CMYK 0.97 0.79 0 0.62
HSL 229.03º 0.94% 0.19% -
HSV(B) 229.03º 0.97% 0.38% -
XYZ 2.4 1.36 11.2 -
YUV 23.58 168.87 113.32 -
System Red Green Blue C M Y K H S L
Decimal 3 20 96 0.97 0.79 0 0.62 229.03 0.94 0.19
Hex 3 14 60 61 4F 0 3E E5 5E 13
Octal 3 24 140 141 117 0 76 345 136 23
Binary 11 10100 1100000 1100001 1001111 0 111110 11100101 1011110 10011

Color Harmonies of #031460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031460

Black with #031460

Text Example


Text Example

White with #031460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031460; }

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

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

background-color css

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

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

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

border-color css

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

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

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