#121F68

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

Shades of Sapphire #121F68

Tints of Sapphire #121F68

Color information

#121F68 (or 0x121F68) is unknown color: approx Sapphire. HEX triplet: 12, 1F and 68. RGB value is (18,31,104). Sum of RGB (Red+Green+Blue) = 18+31+104=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 104 (41.02% from 255 or 67.97% from 153); Max value from RGB is 104 - color contains mainly: blue. Hex color #121F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F68 is #EDE097. Grayscale: #232323. Windows color (decimal): -15589528 or 6823698. OLE color: 6823698.

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

Color convert

RGB1831104-
CMYK0.830.7000.59
HSL230.93º70.49%23.92%-
HSV(B)230.93º82.69%40.78%-
XYZ3.242.1113.33-
YUV35.44166.69115.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 31 (12.5% from 255) = 20.26%
BLUE value IS 104 (41.02% from 255) = 67.97%
R=11.76%
G=20.26%
B=67.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18311040.830.7000.59230.9370.4923.92
Hex121F68534603Be74618
Octal223715012310607334710630
Binary1001011111110100010100111000110011101111100111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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