#12277D

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

Shades of Sapphire #12277D

Tints of Sapphire #12277D

Color information

#12277D (or 0x12277D) is unknown color: approx Sapphire. HEX triplet: 12, 27 and 7D. RGB value is (18,39,125). Sum of RGB (Red+Green+Blue) = 18+39+125=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 125 (49.22% from 255 or 68.68% from 182); Max value from RGB is 125 - color contains mainly: blue. Hex color #12277D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12277D is #EDD882. Grayscale: #2A2A2A. Windows color (decimal): -15587459 or 8202002. OLE color: 8202002.

HSL color Cylindrical-coordinate representation of color #12277D: hue angle of 228.22º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12277D is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1839125-
CMYK0.860.6900.51
HSL228.22º74.83%28.04%-
HSV(B)228.22º85.6%49.02%-
XYZ4.683.0619.75-
YUV42.52174.54110.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 39 (15.62% from 255) = 21.43%
BLUE value IS 125 (49.22% from 255) = 68.68%
R=9.89%
G=21.43%
B=68.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18391250.860.6900.51228.2274.8328.04
Hex12277D5645033e44b1c
Octal224717512610506334411334
Binary10010100111111110110101101000101011001111100100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12277D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12277D; }

 p { color: rgb(18,39,125); }

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

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

 a { background-color: rgb(18,39,125); }

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

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

 span { border-color: rgb(18,39,125); }

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