#121F67

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

Shades of Sapphire #121F67

Tints of Sapphire #121F67

Color information

#121F67 (or 0x121F67) is unknown color: approx Sapphire. HEX triplet: 12, 1F and 67. RGB value is (18,31,103). Sum of RGB (Red+Green+Blue) = 18+31+103=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 103 (40.62% from 255 or 67.76% from 152); Max value from RGB is 103 - color contains mainly: blue. Hex color #121F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F67 is #EDE098. Grayscale: #232323. Windows color (decimal): -15589529 or 6758162. OLE color: 6758162.

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

Color convert

RGB1831103-
CMYK0.830.7000.60
HSL230.82º70.25%23.73%-
HSV(B)230.82º82.52%40.39%-
XYZ3.192.0913.07-
YUV35.32166.19115.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 31 (12.5% from 255) = 20.39%
BLUE value IS 103 (40.62% from 255) = 67.76%
R=11.84%
G=20.39%
B=67.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18311030.830.7000.60230.8270.2523.73
Hex121F67534603Ce74618
Octal223714712310607434710630
Binary1001011111110011110100111000110011110011100111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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