Html Css Color HEX #122E57 Sapphire

📋 copy color: '#122E57'

red 18 ◦ green 46 ◦ blue 87

#122E57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #122E57

Tints of Sapphire #122E57

RGB

 RED value IS 18 (7.42% from 255) = 11.92%

 GREEN value IS 46 (18.36% from 255) = 30.46%

 BLUE value IS 87 (34.38% from 255) = 57.62%

R = 11.92%
G = 30.46%
B = 57.62%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#122E57 (or 0x122E57) is known color: Sapphire. HEX triplet: 12, 2E and 57. RGB value is (18,46,87). Sum of RGB (Red+Green+Blue) = 18+46+87=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #122E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E57 is #EDD1A8. Grayscale: #2A2A2A. Windows color (decimal): -15585705 or 5713426. OLE color: 5713426.

HSL color Cylindrical-coordinate representation of color #122E57: hue angle of 215.65º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122E57 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 46 87 -
CMYK 0.79 0.47 0 0.66
HSL 215.65º 0.66% 0.21% -
HSV(B) 215.65º 0.79% 0.34% -
XYZ 2.95 2.77 9.4 -
YUV 42.3 153.22 110.67 -
System Red Green Blue C M Y K H S L
Decimal 18 46 87 0.79 0.47 0 0.66 215.65 0.66 0.21
Hex 12 2E 57 4F 2F 0 42 D8 42 15
Octal 22 56 127 117 57 0 102 330 102 25
Binary 10010 101110 1010111 1001111 101111 0 1000010 11011000 1000010 10101

Color Harmonies of #122E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E57

Black with #122E57

Text Example


Text Example

White with #122E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,46,87); }

 H1.HeaderClassName
 {
   color: #122E57;
 }
 .AnyTagClassName
 {
   color: #122E57;
 }
</style>

background-color css

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

 a { background-color: rgb(18,46,87); }

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

border-color css

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

 span { border-color: rgb(18,46,87); }

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