Html Css Color HEX #122661 Sapphire

📋 copy color: '#122661'

red 18 ◦ green 38 ◦ blue 97

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

Shades of Sapphire #122661

Tints of Sapphire #122661

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.84%

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

R = 11.76%
G = 24.84%
B = 63.4%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122661 (or 0x122661) is known color: Sapphire. HEX triplet: 12, 26 and 61. RGB value is (18,38,97). Sum of RGB (Red+Green+Blue) = 18+38+97=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #122661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122661 is #EDD99E. Grayscale: #262626. Windows color (decimal): -15587743 or 6366738. OLE color: 6366738.

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

Color convert

RGB 18 38 97 -
CMYK 0.81 0.61 0 0.62
HSL 224.81º 0.69% 0.23% -
HSV(B) 224.81º 0.81% 0.38% -
XYZ 3.1 2.38 11.6 -
YUV 38.75 160.87 113.2 -
System Red Green Blue C M Y K H S L
Decimal 18 38 97 0.81 0.61 0 0.62 224.81 0.69 0.23
Hex 12 26 61 51 3D 0 3E E1 45 17
Octal 22 46 141 121 75 0 76 341 105 27
Binary 10010 100110 1100001 1010001 111101 0 111110 11100001 1000101 10111

Color Harmonies of #122661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122661

Black with #122661

Text Example


Text Example

White with #122661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122661; }

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

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

background-color css

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

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

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

border-color css

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

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

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