Html Css Color HEX #031F60 Sapphire

📋 copy color: '#031F60'

red 3 ◦ green 31 ◦ blue 96

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

Shades of Sapphire #031F60

Tints of Sapphire #031F60

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.85%

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

R = 2.31%
G = 23.85%
B = 73.85%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#031F60 (or 0x031F60) is known color: Sapphire. HEX triplet: 03, 1F and 60. RGB value is (3,31,96). Sum of RGB (Red+Green+Blue) = 3+31+96=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 96 (37.89% from 255 or 73.85% from 130); Max value from RGB is 96 - color contains mainly: blue. Hex color #031F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F60 is #FCE09F. Grayscale: #1D1D1D. Windows color (decimal): -16572576 or 6299395. OLE color: 6299395.

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

Color convert

RGB 3 31 96 -
CMYK 0.97 0.68 0 0.62
HSL 221.94º 0.94% 0.19% -
HSV(B) 221.94º 0.97% 0.38% -
XYZ 2.64 1.84 11.28 -
YUV 30.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 3 31 96 0.97 0.68 0 0.62 221.94 0.94 0.19
Hex 3 1F 60 61 44 0 3E DE 5E 13
Octal 3 37 140 141 104 0 76 336 136 23
Binary 11 11111 1100000 1100001 1000100 0 111110 11011110 1011110 10011

Color Harmonies of #031F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F60

Black with #031F60

Text Example


Text Example

White with #031F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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