Html Css Color HEX #122C69 Sapphire

📋 copy color: '#122C69'

red 18 ◦ green 44 ◦ blue 105

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

Shades of Sapphire #122C69

Tints of Sapphire #122C69

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.35%

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

R = 10.78%
G = 26.35%
B = 62.87%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#122C69 (or 0x122C69) is known color: Sapphire. HEX triplet: 12, 2C and 69. RGB value is (18,44,105). Sum of RGB (Red+Green+Blue) = 18+44+105=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 105 (41.41% from 255 or 62.87% from 167); Max value from RGB is 105 - color contains mainly: blue. Hex color #122C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C69 is #EDD396. Grayscale: #2A2A2A. Windows color (decimal): -15586199 or 6892562. OLE color: 6892562.

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

Color convert

RGB 18 44 105 -
CMYK 0.83 0.58 0 0.59
HSL 222.07º 0.71% 0.24% -
HSV(B) 222.07º 0.83% 0.41% -
XYZ 3.7 2.95 13.74 -
YUV 43.18 162.89 110.04 -
System Red Green Blue C M Y K H S L
Decimal 18 44 105 0.83 0.58 0 0.59 222.07 0.71 0.24
Hex 12 2C 69 53 3A 0 3B DE 47 18
Octal 22 54 151 123 72 0 73 336 107 30
Binary 10010 101100 1101001 1010011 111010 0 111011 11011110 1000111 11000

Color Harmonies of #122C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122C69

Black with #122C69

Text Example


Text Example

White with #122C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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