Html Css Color HEX #122557 Sapphire

📋 copy color: '#122557'

red 18 ◦ green 37 ◦ blue 87

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

Shades of Sapphire #122557

Tints of Sapphire #122557

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.06%

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

R = 12.68%
G = 26.06%
B = 61.27%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#122557 (or 0x122557) is known color: Sapphire. HEX triplet: 12, 25 and 57. RGB value is (18,37,87). Sum of RGB (Red+Green+Blue) = 18+37+87=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #122557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122557 is #EDDAA8. Grayscale: #242424. Windows color (decimal): -15588009 or 5711122. OLE color: 5711122.

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

Color convert

RGB 18 37 87 -
CMYK 0.79 0.57 0 0.66
HSL 223.48º 0.66% 0.21% -
HSV(B) 223.48º 0.79% 0.34% -
XYZ 2.63 2.14 9.29 -
YUV 37.02 156.21 114.43 -
System Red Green Blue C M Y K H S L
Decimal 18 37 87 0.79 0.57 0 0.66 223.48 0.66 0.21
Hex 12 25 57 4F 39 0 42 DF 42 15
Octal 22 45 127 117 71 0 102 337 102 25
Binary 10010 100101 1010111 1001111 111001 0 1000010 11011111 1000010 10101

Color Harmonies of #122557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122557

Black with #122557

Text Example


Text Example

White with #122557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122557; }

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

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

background-color css

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

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

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

border-color css

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

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

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