Html Css Color HEX #031F65 Sapphire

📋 copy color: '#031F65'

red 3 ◦ green 31 ◦ blue 101

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

Shades of Sapphire #031F65

Tints of Sapphire #031F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 74.81%

R = 2.22%
G = 22.96%
B = 74.81%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#031F65 (or 0x031F65) is known color: Sapphire. HEX triplet: 03, 1F and 65. RGB value is (3,31,101). Sum of RGB (Red+Green+Blue) = 3+31+101=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 101 (39.84% from 255 or 74.81% from 135); Max value from RGB is 101 - color contains mainly: blue. Hex color #031F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F65 is #FCE09A. Grayscale: #1E1E1E. Windows color (decimal): -16572571 or 6627075. OLE color: 6627075.

HSL color Cylindrical-coordinate representation of color #031F65: hue angle of 222.86º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031F65 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 31 101 -
CMYK 0.97 0.69 0 0.60
HSL 222.86º 0.94% 0.2% -
HSV(B) 222.86º 0.97% 0.4% -
XYZ 2.88 1.94 12.53 -
YUV 30.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 3 31 101 0.97 0.69 0 0.60 222.86 0.94 0.2
Hex 3 1F 65 61 45 0 3C DF 5E 14
Octal 3 37 145 141 105 0 74 337 136 24
Binary 11 11111 1100101 1100001 1000101 0 111100 11011111 1011110 10100

Color Harmonies of #031F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F65

Black with #031F65

Text Example


Text Example

White with #031F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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