Html Css Color HEX #122360 Sapphire

📋 copy color: '#122360'

red 18 ◦ green 35 ◦ blue 96

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

Shades of Sapphire #122360

Tints of Sapphire #122360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 64.43%

R = 12.08%
G = 23.49%
B = 64.43%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122360 (or 0x122360) is known color: Sapphire. HEX triplet: 12, 23 and 60. RGB value is (18,35,96). Sum of RGB (Red+Green+Blue) = 18+35+96=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #122360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122360 is #EDDC9F. Grayscale: #242424. Windows color (decimal): -15588512 or 6300434. OLE color: 6300434.

HSL color Cylindrical-coordinate representation of color #122360: hue angle of 226.92º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122360 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 35 96 -
CMYK 0.81 0.64 0 0.62
HSL 226.92º 0.68% 0.22% -
HSV(B) 226.92º 0.81% 0.38% -
XYZ 2.96 2.18 11.33 -
YUV 36.87 161.37 114.54 -
System Red Green Blue C M Y K H S L
Decimal 18 35 96 0.81 0.64 0 0.62 226.92 0.68 0.22
Hex 12 23 60 51 40 0 3E E3 44 16
Octal 22 43 140 121 100 0 76 343 104 26
Binary 10010 100011 1100000 1010001 1000000 0 111110 11100011 1000100 10110

Color Harmonies of #122360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122360

Black with #122360

Text Example


Text Example

White with #122360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122360; }

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

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

background-color css

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

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

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

border-color css

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

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

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