Html Css Color HEX #122857 Sapphire

📋 copy color: '#122857'

red 18 ◦ green 40 ◦ blue 87

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

Shades of Sapphire #122857

Tints of Sapphire #122857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.59%

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

R = 12.41%
G = 27.59%
B = 60%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#122857 (or 0x122857) is known color: Sapphire. HEX triplet: 12, 28 and 57. RGB value is (18,40,87). Sum of RGB (Red+Green+Blue) = 18+40+87=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #122857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122857 is #EDD7A8. Grayscale: #262626. Windows color (decimal): -15587241 or 5711890. OLE color: 5711890.

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

Color convert

RGB 18 40 87 -
CMYK 0.79 0.54 0 0.66
HSL 220.87º 0.66% 0.21% -
HSV(B) 220.87º 0.79% 0.34% -
XYZ 2.73 2.33 9.32 -
YUV 38.78 155.21 113.18 -
System Red Green Blue C M Y K H S L
Decimal 18 40 87 0.79 0.54 0 0.66 220.87 0.66 0.21
Hex 12 28 57 4F 36 0 42 DD 42 15
Octal 22 50 127 117 66 0 102 335 102 25
Binary 10010 101000 1010111 1001111 110110 0 1000010 11011101 1000010 10101

Color Harmonies of #122857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122857

Black with #122857

Text Example


Text Example

White with #122857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122857; }

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

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

background-color css

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

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

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

border-color css

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

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

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