Html Css Color HEX #122B61 Sapphire

📋 copy color: '#122B61'

red 18 ◦ green 43 ◦ blue 97

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

Shades of Sapphire #122B61

Tints of Sapphire #122B61

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.22%

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

R = 11.39%
G = 27.22%
B = 61.39%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122B61 (or 0x122B61) is known color: Sapphire. HEX triplet: 12, 2B and 61. RGB value is (18,43,97). Sum of RGB (Red+Green+Blue) = 18+43+97=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #122B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B61 is #EDD49E. Grayscale: #292929. Windows color (decimal): -15586463 or 6368018. OLE color: 6368018.

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

Color convert

RGB 18 43 97 -
CMYK 0.81 0.56 0 0.62
HSL 221.01º 0.69% 0.23% -
HSV(B) 221.01º 0.81% 0.38% -
XYZ 3.27 2.72 11.66 -
YUV 41.68 159.22 111.11 -
System Red Green Blue C M Y K H S L
Decimal 18 43 97 0.81 0.56 0 0.62 221.01 0.69 0.23
Hex 12 2B 61 51 38 0 3E DD 45 17
Octal 22 53 141 121 70 0 76 335 105 27
Binary 10010 101011 1100001 1010001 111000 0 111110 11011101 1000101 10111

Color Harmonies of #122B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B61

Black with #122B61

Text Example


Text Example

White with #122B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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