Html Css Color HEX #122961 Sapphire

📋 copy color: '#122961'

red 18 ◦ green 41 ◦ blue 97

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

Shades of Sapphire #122961

Tints of Sapphire #122961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.28%

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

R = 11.54%
G = 26.28%
B = 62.18%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122961 (or 0x122961) is known color: Sapphire. HEX triplet: 12, 29 and 61. RGB value is (18,41,97). Sum of RGB (Red+Green+Blue) = 18+41+97=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 97 (38.28% from 255 or 62.18% from 156); Max value from RGB is 97 - color contains mainly: blue. Hex color #122961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122961 is #EDD69E. Grayscale: #282828. Windows color (decimal): -15586975 or 6367506. OLE color: 6367506.

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

Color convert

RGB 18 41 97 -
CMYK 0.81 0.58 0 0.62
HSL 222.53º 0.69% 0.23% -
HSV(B) 222.53º 0.81% 0.38% -
XYZ 3.2 2.58 11.64 -
YUV 40.51 159.88 111.95 -
System Red Green Blue C M Y K H S L
Decimal 18 41 97 0.81 0.58 0 0.62 222.53 0.69 0.23
Hex 12 29 61 51 3A 0 3E DF 45 17
Octal 22 51 141 121 72 0 76 337 105 27
Binary 10010 101001 1100001 1010001 111010 0 111110 11011111 1000101 10111

Color Harmonies of #122961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122961

Black with #122961

Text Example


Text Example

White with #122961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122961; }

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

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

background-color css

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

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

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

border-color css

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

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

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