Html Css Color HEX #031F68 Sapphire

📋 copy color: '#031F68'

red 3 ◦ green 31 ◦ blue 104

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

Shades of Sapphire #031F68

Tints of Sapphire #031F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 75.36%

R = 2.17%
G = 22.46%
B = 75.36%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#031F68 (or 0x031F68) is known color: Sapphire. HEX triplet: 03, 1F and 68. RGB value is (3,31,104). Sum of RGB (Red+Green+Blue) = 3+31+104=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 104 (41.02% from 255 or 75.36% from 138); Max value from RGB is 104 - color contains mainly: blue. Hex color #031F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F68 is #FCE097. Grayscale: #1E1E1E. Windows color (decimal): -16572568 or 6823683. OLE color: 6823683.

HSL color Cylindrical-coordinate representation of color #031F68: hue angle of 223.37º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031F68 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 31 104 -
CMYK 0.97 0.70 0 0.59
HSL 223.37º 0.94% 0.21% -
HSV(B) 223.37º 0.97% 0.41% -
XYZ 3.03 2 13.32 -
YUV 30.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 3 31 104 0.97 0.70 0 0.59 223.37 0.94 0.21
Hex 3 1F 68 61 46 0 3B DF 5E 15
Octal 3 37 150 141 106 0 73 337 136 25
Binary 11 11111 1101000 1100001 1000110 0 111011 11011111 1011110 10101

Color Harmonies of #031F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F68

Black with #031F68

Text Example


Text Example

White with #031F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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