Html Css Color HEX #122C66 Sapphire

📋 copy color: '#122C66'

red 18 ◦ green 44 ◦ blue 102

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

Shades of Sapphire #122C66

Tints of Sapphire #122C66

RGB

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

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

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

R = 10.98%
G = 26.83%
B = 62.2%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#122C66 (or 0x122C66) is known color: Sapphire. HEX triplet: 12, 2C and 66. RGB value is (18,44,102). Sum of RGB (Red+Green+Blue) = 18+44+102=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #122C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C66 is #EDD399. Grayscale: #2A2A2A. Windows color (decimal): -15586202 or 6695954. OLE color: 6695954.

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

Color convert

RGB 18 44 102 -
CMYK 0.82 0.57 0 0.6
HSL 221.43º 0.7% 0.24% -
HSV(B) 221.43º 0.82% 0.4% -
XYZ 3.55 2.89 12.94 -
YUV 42.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 18 44 102 0.82 0.57 0 0.6 221.43 0.7 0.24
Hex 12 2C 66 52 39 0 3C DD 46 18
Octal 22 54 146 122 71 0 74 335 106 30
Binary 10010 101100 1100110 1010010 111001 0 111100 11011101 1000110 11000

Color Harmonies of #122C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122C66

Black with #122C66

Text Example


Text Example

White with #122C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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