Html Css Color HEX #122157 Sapphire

📋 copy color: '#122157'

red 18 ◦ green 33 ◦ blue 87

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

Shades of Sapphire #122157

Tints of Sapphire #122157

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.91%

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

R = 13.04%
G = 23.91%
B = 63.04%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#122157 (or 0x122157) is known color: Sapphire. HEX triplet: 12, 21 and 57. RGB value is (18,33,87). Sum of RGB (Red+Green+Blue) = 18+33+87=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #122157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122157 is #EDDEA8. Grayscale: #222222. Windows color (decimal): -15589033 or 5710098. OLE color: 5710098.

HSL color Cylindrical-coordinate representation of color #122157: hue angle of 226.96º 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 #122157 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 33 87 -
CMYK 0.79 0.62 0 0.66
HSL 226.96º 0.66% 0.21% -
HSV(B) 226.96º 0.79% 0.34% -
XYZ 2.51 1.9 9.25 -
YUV 34.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 18 33 87 0.79 0.62 0 0.66 226.96 0.66 0.21
Hex 12 21 57 4F 3E 0 42 E3 42 15
Octal 22 41 127 117 76 0 102 343 102 25
Binary 10010 100001 1010111 1001111 111110 0 1000010 11100011 1000010 10101

Color Harmonies of #122157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122157

Black with #122157

Text Example


Text Example

White with #122157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122157; }

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

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

background-color css

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

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

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

border-color css

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

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

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