Html Css Color HEX #122461 Sapphire

📋 copy color: '#122461'

red 18 ◦ green 36 ◦ blue 97

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

Shades of Sapphire #122461

Tints of Sapphire #122461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.84%

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

R = 11.92%
G = 23.84%
B = 64.24%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122461 (or 0x122461) is known color: Sapphire. HEX triplet: 12, 24 and 61. RGB value is (18,36,97). Sum of RGB (Red+Green+Blue) = 18+36+97=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #122461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122461 is #EDDB9E. Grayscale: #252525. Windows color (decimal): -15588255 or 6366226. OLE color: 6366226.

HSL color Cylindrical-coordinate representation of color #122461: hue angle of 226.33º 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 #122461 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 36 97 -
CMYK 0.81 0.63 0 0.62
HSL 226.33º 0.69% 0.23% -
HSV(B) 226.33º 0.81% 0.38% -
XYZ 3.04 2.25 11.58 -
YUV 37.57 161.54 114.04 -
System Red Green Blue C M Y K H S L
Decimal 18 36 97 0.81 0.63 0 0.62 226.33 0.69 0.23
Hex 12 24 61 51 3F 0 3E E2 45 17
Octal 22 44 141 121 77 0 76 342 105 27
Binary 10010 100100 1100001 1010001 111111 0 111110 11100010 1000101 10111

Color Harmonies of #122461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122461

Black with #122461

Text Example


Text Example

White with #122461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122461; }

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

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

background-color css

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

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

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

border-color css

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

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

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