Html Css Color HEX #122269 Sapphire

📋 copy color: '#122269'

red 18 ◦ green 34 ◦ blue 105

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

Shades of Sapphire #122269

Tints of Sapphire #122269

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.66%

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

R = 11.46%
G = 21.66%
B = 66.88%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#122269 (or 0x122269) is known color: Sapphire. HEX triplet: 12, 22 and 69. RGB value is (18,34,105). Sum of RGB (Red+Green+Blue) = 18+34+105=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #122269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122269 is #EDDD96. Grayscale: #252525. Windows color (decimal): -15588759 or 6890002. OLE color: 6890002.

HSL color Cylindrical-coordinate representation of color #122269: hue angle of 228.97º 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 #122269 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 34 105 -
CMYK 0.83 0.68 0 0.59
HSL 228.97º 0.71% 0.24% -
HSV(B) 228.97º 0.83% 0.41% -
XYZ 3.37 2.29 13.63 -
YUV 37.31 166.2 114.23 -
System Red Green Blue C M Y K H S L
Decimal 18 34 105 0.83 0.68 0 0.59 228.97 0.71 0.24
Hex 12 22 69 53 44 0 3B E5 47 18
Octal 22 42 151 123 104 0 73 345 107 30
Binary 10010 100010 1101001 1010011 1000100 0 111011 11100101 1000111 11000

Color Harmonies of #122269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122269

Black with #122269

Text Example


Text Example

White with #122269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122269; }

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

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

background-color css

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

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

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

border-color css

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

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

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