Html Css Color HEX #122361 Sapphire

📋 copy color: '#122361'

red 18 ◦ green 35 ◦ blue 97

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

Shades of Sapphire #122361

Tints of Sapphire #122361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 64.67%

R = 12%
G = 23.33%
B = 64.67%

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

#122361 (or 0x122361) is known color: Sapphire. HEX triplet: 12, 23 and 61. RGB value is (18,35,97). Sum of RGB (Red+Green+Blue) = 18+35+97=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #122361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122361 is #EDDC9E. Grayscale: #242424. Windows color (decimal): -15588511 or 6365970. OLE color: 6365970.

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

Color convert

RGB 18 35 97 -
CMYK 0.81 0.64 0 0.62
HSL 227.09º 0.69% 0.23% -
HSV(B) 227.09º 0.81% 0.38% -
XYZ 3.01 2.19 11.57 -
YUV 36.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 18 35 97 0.81 0.64 0 0.62 227.09 0.69 0.23
Hex 12 23 61 51 40 0 3E E3 45 17
Octal 22 43 141 121 100 0 76 343 105 27
Binary 10010 100011 1100001 1010001 1000000 0 111110 11100011 1000101 10111

Color Harmonies of #122361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122361

Black with #122361

Text Example


Text Example

White with #122361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122361; }

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

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

background-color css

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

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

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

border-color css

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

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

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