Html Css Color HEX #031461 Sapphire

📋 copy color: '#031461'

red 3 ◦ green 20 ◦ blue 97

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

Shades of Sapphire #031461

Tints of Sapphire #031461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 80.83%

R = 2.5%
G = 16.67%
B = 80.83%

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

#031461 (or 0x031461) is known color: Sapphire. HEX triplet: 03, 14 and 61. RGB value is (3,20,97). Sum of RGB (Red+Green+Blue) = 3+20+97=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 97 (38.28% from 255 or 80.83% from 120); Max value from RGB is 97 - color contains mainly: blue. Hex color #031461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031461 is #FCEB9E. Grayscale: #171717. Windows color (decimal): -16575391 or 6362115. OLE color: 6362115.

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

Color convert

RGB 3 20 97 -
CMYK 0.97 0.79 0 0.62
HSL 229.15º 0.94% 0.2% -
HSV(B) 229.15º 0.97% 0.38% -
XYZ 2.45 1.38 11.45 -
YUV 23.7 169.37 113.24 -
System Red Green Blue C M Y K H S L
Decimal 3 20 97 0.97 0.79 0 0.62 229.15 0.94 0.2
Hex 3 14 61 61 4F 0 3E E5 5E 14
Octal 3 24 141 141 117 0 76 345 136 24
Binary 11 10100 1100001 1100001 1001111 0 111110 11100101 1011110 10100

Color Harmonies of #031461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031461

Black with #031461

Text Example


Text Example

White with #031461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031461; }

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

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

background-color css

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

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

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

border-color css

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

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

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