#122A70

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

Shades of Sapphire #122A70

Tints of Sapphire #122A70

Color information

#122A70 (or 0x122A70) is unknown color: approx Sapphire. HEX triplet: 12, 2A and 70. RGB value is (18,42,112). Sum of RGB (Red+Green+Blue) = 18+42+112=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #122A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A70 is #EDD58F. Grayscale: #2A2A2A. Windows color (decimal): -15586704 or 7350802. OLE color: 7350802.

HSL color Cylindrical-coordinate representation of color #122A70: hue angle of 224.68º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122A70 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1842112-
CMYK0.840.6200.56
HSL224.68º72.31%25.49%-
HSV(B)224.68º83.93%43.92%-
XYZ42.9515.69-
YUV42.8167.05110.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 42 (16.80% from 255) = 24.42%
BLUE value IS 112 (44.14% from 255) = 65.12%
R=10.47%
G=24.42%
B=65.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18421120.840.6200.56224.6872.3125.49
Hex122A70543E038e14819
Octal22521601247607034111031
Binary1001010101011100001010100111110011100011100001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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