Html Css Color HEX #122957 Sapphire

📋 copy color: '#122957'

red 18 ◦ green 41 ◦ blue 87

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

Shades of Sapphire #122957

Tints of Sapphire #122957

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.08%

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

R = 12.33%
G = 28.08%
B = 59.59%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#122957 (or 0x122957) is known color: Sapphire. HEX triplet: 12, 29 and 57. RGB value is (18,41,87). Sum of RGB (Red+Green+Blue) = 18+41+87=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 87 (34.38% from 255 or 59.59% from 146); Max value from RGB is 87 - color contains mainly: blue. Hex color #122957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122957 is #EDD6A8. Grayscale: #272727. Windows color (decimal): -15586985 or 5712146. OLE color: 5712146.

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

Color convert

RGB 18 41 87 -
CMYK 0.79 0.53 0 0.66
HSL 220º 0.66% 0.21% -
HSV(B) 220º 0.79% 0.34% -
XYZ 2.76 2.4 9.33 -
YUV 39.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 18 41 87 0.79 0.53 0 0.66 220 0.66 0.21
Hex 12 29 57 4F 35 0 42 DC 42 15
Octal 22 51 127 117 65 0 102 334 102 25
Binary 10010 101001 1010111 1001111 110101 0 1000010 11011100 1000010 10101

Color Harmonies of #122957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122957

Black with #122957

Text Example


Text Example

White with #122957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122957; }

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

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

background-color css

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

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

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

border-color css

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

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

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