Html Css Color HEX #122364 Sapphire

📋 copy color: '#122364'

red 18 ◦ green 35 ◦ blue 100

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

Shades of Sapphire #122364

Tints of Sapphire #122364

RGB

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

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

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

R = 11.76%
G = 22.88%
B = 65.36%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#122364 (or 0x122364) is known color: Sapphire. HEX triplet: 12, 23 and 64. RGB value is (18,35,100). Sum of RGB (Red+Green+Blue) = 18+35+100=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 100 (39.45% from 255 or 65.36% from 153); Max value from RGB is 100 - color contains mainly: blue. Hex color #122364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122364 is #EDDC9B. Grayscale: #252525. Windows color (decimal): -15588508 or 6562578. OLE color: 6562578.

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

Color convert

RGB 18 35 100 -
CMYK 0.82 0.65 0 0.61
HSL 227.56º 0.69% 0.23% -
HSV(B) 227.56º 0.82% 0.39% -
XYZ 3.15 2.25 12.32 -
YUV 37.33 163.37 114.21 -
System Red Green Blue C M Y K H S L
Decimal 18 35 100 0.82 0.65 0 0.61 227.56 0.69 0.23
Hex 12 23 64 52 41 0 3D E4 45 17
Octal 22 43 144 122 101 0 75 344 105 27
Binary 10010 100011 1100100 1010010 1000001 0 111101 11100100 1000101 10111

Color Harmonies of #122364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122364

Black with #122364

Text Example


Text Example

White with #122364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122364; }

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

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

background-color css

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

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

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

border-color css

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

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

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