Html Css Color HEX #122863 Sapphire

📋 copy color: '#122863'

red 18 ◦ green 40 ◦ blue 99

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

Shades of Sapphire #122863

Tints of Sapphire #122863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 63.06%

R = 11.46%
G = 25.48%
B = 63.06%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#122863 (or 0x122863) is known color: Sapphire. HEX triplet: 12, 28 and 63. RGB value is (18,40,99). Sum of RGB (Red+Green+Blue) = 18+40+99=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #122863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122863 is #EDD79C. Grayscale: #272727. Windows color (decimal): -15587229 or 6498322. OLE color: 6498322.

HSL color Cylindrical-coordinate representation of color #122863: hue angle of 223.7º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122863 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 40 99 -
CMYK 0.82 0.60 0 0.61
HSL 223.7º 0.69% 0.23% -
HSV(B) 223.7º 0.82% 0.39% -
XYZ 3.26 2.55 12.12 -
YUV 40.15 161.21 112.2 -
System Red Green Blue C M Y K H S L
Decimal 18 40 99 0.82 0.60 0 0.61 223.7 0.69 0.23
Hex 12 28 63 52 3C 0 3D E0 45 17
Octal 22 50 143 122 74 0 75 340 105 27
Binary 10010 101000 1100011 1010010 111100 0 111101 11100000 1000101 10111

Color Harmonies of #122863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122863

Black with #122863

Text Example


Text Example

White with #122863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122863; }

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

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

background-color css

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

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

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

border-color css

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

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

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