Html Css Color HEX #122B66 Sapphire

📋 copy color: '#122B66'

red 18 ◦ green 43 ◦ blue 102

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

Shades of Sapphire #122B66

Tints of Sapphire #122B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 62.58%

R = 11.04%
G = 26.38%
B = 62.58%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#122B66 (or 0x122B66) is known color: Sapphire. HEX triplet: 12, 2B and 66. RGB value is (18,43,102). Sum of RGB (Red+Green+Blue) = 18+43+102=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 102 (40.23% from 255 or 62.58% from 163); Max value from RGB is 102 - color contains mainly: blue. Hex color #122B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B66 is #EDD499. Grayscale: #292929. Windows color (decimal): -15586458 or 6695698. OLE color: 6695698.

HSL color Cylindrical-coordinate representation of color #122B66: hue angle of 222.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122B66 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 43 102 -
CMYK 0.82 0.58 0 0.6
HSL 222.14º 0.7% 0.24% -
HSV(B) 222.14º 0.82% 0.4% -
XYZ 3.51 2.82 12.93 -
YUV 42.25 161.72 110.7 -
System Red Green Blue C M Y K H S L
Decimal 18 43 102 0.82 0.58 0 0.6 222.14 0.7 0.24
Hex 12 2B 66 52 3A 0 3C DE 46 18
Octal 22 53 146 122 72 0 74 336 106 30
Binary 10010 101011 1100110 1010010 111010 0 111100 11011110 1000110 11000

Color Harmonies of #122B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B66

Black with #122B66

Text Example


Text Example

White with #122B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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