Html Css Color HEX #122A66 Sapphire

📋 copy color: '#122A66'

red 18 ◦ green 42 ◦ blue 102

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

Shades of Sapphire #122A66

Tints of Sapphire #122A66

RGB

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

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

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

R = 11.11%
G = 25.93%
B = 62.96%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#122A66 (or 0x122A66) is known color: Sapphire. HEX triplet: 12, 2A and 66. RGB value is (18,42,102). Sum of RGB (Red+Green+Blue) = 18+42+102=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #122A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A66 is #EDD599. Grayscale: #292929. Windows color (decimal): -15586714 or 6695442. OLE color: 6695442.

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

Color convert

RGB 18 42 102 -
CMYK 0.82 0.59 0 0.6
HSL 222.86º 0.7% 0.24% -
HSV(B) 222.86º 0.82% 0.4% -
XYZ 3.48 2.74 12.92 -
YUV 41.66 162.05 111.12 -
System Red Green Blue C M Y K H S L
Decimal 18 42 102 0.82 0.59 0 0.6 222.86 0.7 0.24
Hex 12 2A 66 52 3B 0 3C DF 46 18
Octal 22 52 146 122 73 0 74 337 106 30
Binary 10010 101010 1100110 1010010 111011 0 111100 11011111 1000110 11000

Color Harmonies of #122A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122A66

Black with #122A66

Text Example


Text Example

White with #122A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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