Html Css Color HEX #122169 Sapphire

📋 copy color: '#122169'

red 18 ◦ green 33 ◦ blue 105

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

Shades of Sapphire #122169

Tints of Sapphire #122169

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.15%

 BLUE value IS 105 (41.41% from 255) = 67.31%

R = 11.54%
G = 21.15%
B = 67.31%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#122169 (or 0x122169) is known color: Sapphire. HEX triplet: 12, 21 and 69. RGB value is (18,33,105). Sum of RGB (Red+Green+Blue) = 18+33+105=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 105 (41.41% from 255 or 67.31% from 156); Max value from RGB is 105 - color contains mainly: blue. Hex color #122169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122169 is #EDDE96. Grayscale: #242424. Windows color (decimal): -15589015 or 6889746. OLE color: 6889746.

HSL color Cylindrical-coordinate representation of color #122169: hue angle of 229.66º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #122169 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 33 105 -
CMYK 0.83 0.69 0 0.59
HSL 229.66º 0.71% 0.24% -
HSV(B) 229.66º 0.83% 0.41% -
XYZ 3.34 2.24 13.62 -
YUV 36.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 18 33 105 0.83 0.69 0 0.59 229.66 0.71 0.24
Hex 12 21 69 53 45 0 3B E6 47 18
Octal 22 41 151 123 105 0 73 346 107 30
Binary 10010 100001 1101001 1010011 1000101 0 111011 11100110 1000111 11000

Color Harmonies of #122169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122169

Black with #122169

Text Example


Text Example

White with #122169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122169; }

 p { color: rgb(18,33,105); }

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

background-color css

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

 a { background-color: rgb(18,33,105); }

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

border-color css

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

 span { border-color: rgb(18,33,105); }

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