#031D4B

Color #031D4B Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #031D4B

Tints of Sapphire #031D4B

Color information

#031D4B (or 0x031D4B) is unknown color: approx Sapphire. HEX triplet: 03, 1D and 4B. RGB value is (3,29,75). Sum of RGB (Red+Green+Blue) = 3+29+75=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #031D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D4B is #FCE2B4. Grayscale: #1A1A1A. Windows color (decimal): -16573109 or 4922627. OLE color: 4922627.

HSL color Cylindrical-coordinate representation of color #031D4B: hue angle of 218.33º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031D4B is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB32975-
CMYK0.960.6100.71
HSL218.33º92.31%15.29%-
HSV(B)218.33º96%29.41%-
XYZ1.751.416.84-
YUV26.47155.39111.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 29 (11.72% from 255) = 27.10%
BLUE value IS 75 (29.69% from 255) = 70.09%
R=2.80%
G=27.10%
B=70.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal329750.960.6100.71218.3392.3115.29
Hex31D4B603D047da5cf
Octal33511314075010733213417
Binary111110110010111100000111101010001111101101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,29,75); }

 H1.HeaderClassName
 {
   color: #031D4B;
 }
 .AnyTagClassName
 {
   color: #031D4B;
 }
</style>
background-color css

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

 a { background-color: rgb(3,29,75); }

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

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

 span { border-color: rgb(3,29,75); }

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