#122A75

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

Shades of Sapphire #122A75

Tints of Sapphire #122A75

Color information

#122A75 (or 0x122A75) is unknown color: approx Sapphire. HEX triplet: 12, 2A and 75. RGB value is (18,42,117). Sum of RGB (Red+Green+Blue) = 18+42+117=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #122A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A75 is #EDD58A. Grayscale: #2B2B2B. Windows color (decimal): -15586699 or 7678482. OLE color: 7678482.

HSL color Cylindrical-coordinate representation of color #122A75: hue angle of 225.45º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122A75 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1842117-
CMYK0.850.6400.54
HSL225.45º73.33%26.47%-
HSV(B)225.45º84.62%45.88%-
XYZ4.293.0717.2-
YUV43.37169.55109.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 42 (16.80% from 255) = 23.73%
BLUE value IS 117 (46.09% from 255) = 66.10%
R=10.17%
G=23.73%
B=66.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18421170.850.6400.54225.4573.3326.47
Hex122A755540036e1491a
Octal225216512510006634111132
Binary10010101010111010110101011000000011011011100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122A75; }

 p { color: rgb(18,42,117); }

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

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

 a { background-color: rgb(18,42,117); }

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

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

 span { border-color: rgb(18,42,117); }

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