Html Css Color HEX #122864 Sapphire

📋 copy color: '#122864'

red 18 ◦ green 40 ◦ blue 100

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

Shades of Sapphire #122864

Tints of Sapphire #122864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 63.29%

R = 11.39%
G = 25.32%
B = 63.29%

CMYK

 C value IS 0.82

 M value IS 0.6

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#122864 (or 0x122864) is known color: Sapphire. HEX triplet: 12, 28 and 64. RGB value is (18,40,100). Sum of RGB (Red+Green+Blue) = 18+40+100=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 100 (39.45% from 255 or 63.29% from 158); Max value from RGB is 100 - color contains mainly: blue. Hex color #122864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122864 is #EDD79B. Grayscale: #282828. Windows color (decimal): -15587228 or 6563858. OLE color: 6563858.

HSL color Cylindrical-coordinate representation of color #122864: hue angle of 223.9º 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 #122864 is Cyan = 0.82, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 40 100 -
CMYK 0.82 0.6 0 0.61
HSL 223.9º 0.69% 0.23% -
HSV(B) 223.9º 0.82% 0.39% -
XYZ 3.31 2.57 12.38 -
YUV 40.26 161.71 112.12 -
System Red Green Blue C M Y K H S L
Decimal 18 40 100 0.82 0.6 0 0.61 223.9 0.69 0.23
Hex 12 28 64 52 3C 0 3D E0 45 17
Octal 22 50 144 122 74 0 75 340 105 27
Binary 10010 101000 1100100 1010010 111100 0 111101 11100000 1000101 10111

Color Harmonies of #122864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122864

Black with #122864

Text Example


Text Example

White with #122864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122864; }

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

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

background-color css

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

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

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

border-color css

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

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

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