#123067

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

Shades of Sapphire #123067

Tints of Sapphire #123067

Color information

#123067 (or 0x123067) is unknown color: approx Sapphire. HEX triplet: 12, 30 and 67. RGB value is (18,48,103). Sum of RGB (Red+Green+Blue) = 18+48+103=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 103 (40.62% from 255 or 60.95% from 169); Max value from RGB is 103 - color contains mainly: blue. Hex color #123067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123067 is #EDCF98. Grayscale: #2D2D2D. Windows color (decimal): -15585177 or 6762514. OLE color: 6762514.

HSL color Cylindrical-coordinate representation of color #123067: hue angle of 218.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 #123067 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1848103-
CMYK0.830.5300.60
HSL218.82º70.25%23.73%-
HSV(B)218.82º82.52%40.39%-
XYZ3.753.2213.26-
YUV45.3160.56108.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 103 (40.62% from 255) = 60.95%
R=10.65%
G=28.40%
B=60.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18481030.830.5300.60218.8270.2523.73
Hex123067533503Cdb4618
Octal22601471236507433310630
Binary1001011000011001111010011110101011110011011011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123067; }

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

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

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

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

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

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

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

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