#123467

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

Shades of Sapphire #123467

Tints of Sapphire #123467

Color information

#123467 (or 0x123467) is unknown color: approx Sapphire. HEX triplet: 12, 34 and 67. RGB value is (18,52,103). Sum of RGB (Red+Green+Blue) = 18+52+103=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 103 (40.62% from 255 or 59.54% from 173); Max value from RGB is 103 - color contains mainly: blue. Hex color #123467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123467 is #EDCB98. Grayscale: #2F2F2F. Windows color (decimal): -15584153 or 6763538. OLE color: 6763538.

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

Color convert

RGB1852103-
CMYK0.830.5000.60
HSL216º70.25%23.73%-
HSV(B)216º82.52%40.39%-
XYZ3.933.5613.31-
YUV47.65159.24106.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 52 (20.70% from 255) = 30.06%
BLUE value IS 103 (40.62% from 255) = 59.54%
R=10.40%
G=30.06%
B=59.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18521030.830.5000.6021670.2523.73
Hex123467533203Cd84618
Octal22641471236207433010630
Binary1001011010011001111010011110010011110011011000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123467; }

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

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

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

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

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

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

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

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