Html Css Color HEX #122357 Sapphire

📋 copy color: '#122357'

red 18 ◦ green 35 ◦ blue 87

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

Shades of Sapphire #122357

Tints of Sapphire #122357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25%

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

R = 12.86%
G = 25%
B = 62.14%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#122357 (or 0x122357) is known color: Sapphire. HEX triplet: 12, 23 and 57. RGB value is (18,35,87). Sum of RGB (Red+Green+Blue) = 18+35+87=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #122357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122357 is #EDDCA8. Grayscale: #232323. Windows color (decimal): -15588521 or 5710610. OLE color: 5710610.

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

Color convert

RGB 18 35 87 -
CMYK 0.79 0.60 0 0.66
HSL 225.22º 0.66% 0.21% -
HSV(B) 225.22º 0.79% 0.34% -
XYZ 2.57 2.02 9.27 -
YUV 35.85 156.87 115.27 -
System Red Green Blue C M Y K H S L
Decimal 18 35 87 0.79 0.60 0 0.66 225.22 0.66 0.21
Hex 12 23 57 4F 3C 0 42 E1 42 15
Octal 22 43 127 117 74 0 102 341 102 25
Binary 10010 100011 1010111 1001111 111100 0 1000010 11100001 1000010 10101

Color Harmonies of #122357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122357

Black with #122357

Text Example


Text Example

White with #122357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122357; }

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

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

background-color css

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

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

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

border-color css

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

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

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