#123262

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

Shades of Sapphire #123262

Tints of Sapphire #123262

Color information

#123262 (or 0x123262) is unknown color: approx Sapphire. HEX triplet: 12, 32 and 62. RGB value is (18,50,98). Sum of RGB (Red+Green+Blue) = 18+50+98=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #123262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123262 is #EDCD9D. Grayscale: #2D2D2D. Windows color (decimal): -15584670 or 6435346. OLE color: 6435346.

HSL color Cylindrical-coordinate representation of color #123262: hue angle of 216º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123262 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB185098-
CMYK0.820.4900.62
HSL216º68.97%22.75%-
HSV(B)216º81.63%38.43%-
XYZ3.593.2912-
YUV45.9157.4108.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.84%
GREEN value IS 50 (19.92% from 255) = 30.12%
BLUE value IS 98 (38.67% from 255) = 59.04%
R=10.84%
G=30.12%
B=59.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1850980.820.4900.6221668.9722.75
Hex123262523103Ed84517
Octal22621421226107633010527
Binary1001011001011000101010010110001011111011011000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123262; }

 p { color: rgb(18,50,98); }

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

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

 a { background-color: rgb(18,50,98); }

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

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

 span { border-color: rgb(18,50,98); }

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