Html Css Color HEX #122E64 Sapphire

📋 copy color: '#122E64'

red 18 ◦ green 46 ◦ blue 100

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

Shades of Sapphire #122E64

Tints of Sapphire #122E64

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.05%

 BLUE value IS 100 (39.45% from 255) = 60.98%

R = 10.98%
G = 28.05%
B = 60.98%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#122E64 (or 0x122E64) is known color: Sapphire. HEX triplet: 12, 2E and 64. RGB value is (18,46,100). Sum of RGB (Red+Green+Blue) = 18+46+100=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 100 (39.45% from 255 or 60.98% from 164); Max value from RGB is 100 - color contains mainly: blue. Hex color #122E64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E64 is #EDD19B. Grayscale: #2B2B2B. Windows color (decimal): -15585692 or 6565394. OLE color: 6565394.

HSL color Cylindrical-coordinate representation of color #122E64: hue angle of 219.51º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122E64 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 46 100 -
CMYK 0.82 0.54 0 0.61
HSL 219.51º 0.69% 0.23% -
HSV(B) 219.51º 0.82% 0.39% -
XYZ 3.53 3 12.45 -
YUV 43.78 159.72 109.61 -
System Red Green Blue C M Y K H S L
Decimal 18 46 100 0.82 0.54 0 0.61 219.51 0.69 0.23
Hex 12 2E 64 52 36 0 3D DC 45 17
Octal 22 56 144 122 66 0 75 334 105 27
Binary 10010 101110 1100100 1010010 110110 0 111101 11011100 1000101 10111

Color Harmonies of #122E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E64

Black with #122E64

Text Example


Text Example

White with #122E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,46,100); }

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

background-color css

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

 a { background-color: rgb(18,46,100); }

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

border-color css

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

 span { border-color: rgb(18,46,100); }

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