#12267A

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

Shades of Sapphire #12267A

Tints of Sapphire #12267A

Color information

#12267A (or 0x12267A) is unknown color: approx Sapphire. HEX triplet: 12, 26 and 7A. RGB value is (18,38,122). Sum of RGB (Red+Green+Blue) = 18+38+122=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #12267A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12267A is #EDD985. Grayscale: #292929. Windows color (decimal): -15587718 or 8005138. OLE color: 8005138.

HSL color Cylindrical-coordinate representation of color #12267A: hue angle of 228.46º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12267A is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1838122-
CMYK0.850.6900.52
HSL228.46º74.29%27.45%-
HSV(B)228.46º85.25%47.84%-
XYZ4.462.9218.74-
YUV41.6173.37111.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 38 (15.23% from 255) = 21.35%
BLUE value IS 122 (48.05% from 255) = 68.54%
R=10.11%
G=21.35%
B=68.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18381220.850.6900.52228.4674.2927.45
Hex12267A5545034e44a1b
Octal224617212510506434411233
Binary10010100110111101010101011000101011010011100100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12267A; }

 p { color: rgb(18,38,122); }

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

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

 a { background-color: rgb(18,38,122); }

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

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

 span { border-color: rgb(18,38,122); }

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