Html Css Color HEX #122561 Sapphire

📋 copy color: '#122561'

red 18 ◦ green 37 ◦ blue 97

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

Shades of Sapphire #122561

Tints of Sapphire #122561

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.34%

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

R = 11.84%
G = 24.34%
B = 63.82%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122561 (or 0x122561) is known color: Sapphire. HEX triplet: 12, 25 and 61. RGB value is (18,37,97). Sum of RGB (Red+Green+Blue) = 18+37+97=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 97 (38.28% from 255 or 63.82% from 152); Max value from RGB is 97 - color contains mainly: blue. Hex color #122561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122561 is #EDDA9E. Grayscale: #252525. Windows color (decimal): -15587999 or 6366482. OLE color: 6366482.

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

Color convert

RGB 18 37 97 -
CMYK 0.81 0.62 0 0.62
HSL 225.57º 0.69% 0.23% -
HSV(B) 225.57º 0.81% 0.38% -
XYZ 3.07 2.31 11.59 -
YUV 38.16 161.21 113.62 -
System Red Green Blue C M Y K H S L
Decimal 18 37 97 0.81 0.62 0 0.62 225.57 0.69 0.23
Hex 12 25 61 51 3E 0 3E E2 45 17
Octal 22 45 141 121 76 0 76 342 105 27
Binary 10010 100101 1100001 1010001 111110 0 111110 11100010 1000101 10111

Color Harmonies of #122561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122561

Black with #122561

Text Example


Text Example

White with #122561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122561; }

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

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

background-color css

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

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

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

border-color css

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

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

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