Html Css Color HEX #122A69 Sapphire

📋 copy color: '#122A69'

red 18 ◦ green 42 ◦ blue 105

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

Shades of Sapphire #122A69

Tints of Sapphire #122A69

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.45%

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

R = 10.91%
G = 25.45%
B = 63.64%

CMYK

 C value IS 0.83

 M value IS 0.6

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#122A69 (or 0x122A69) is known color: Sapphire. HEX triplet: 12, 2A and 69. RGB value is (18,42,105). Sum of RGB (Red+Green+Blue) = 18+42+105=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #122A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A69 is #EDD596. Grayscale: #292929. Windows color (decimal): -15586711 or 6892050. OLE color: 6892050.

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

Color convert

RGB 18 42 105 -
CMYK 0.83 0.6 0 0.59
HSL 223.45º 0.71% 0.24% -
HSV(B) 223.45º 0.83% 0.41% -
XYZ 3.63 2.8 13.71 -
YUV 42.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 18 42 105 0.83 0.6 0 0.59 223.45 0.71 0.24
Hex 12 2A 69 53 3C 0 3B DF 47 18
Octal 22 52 151 123 74 0 73 337 107 30
Binary 10010 101010 1101001 1010011 111100 0 111011 11011111 1000111 11000

Color Harmonies of #122A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122A69

Black with #122A69

Text Example


Text Example

White with #122A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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