Html Css Color HEX #122E63 Sapphire

📋 copy color: '#122E63'

red 18 ◦ green 46 ◦ blue 99

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

Shades of Sapphire #122E63

Tints of Sapphire #122E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 60.74%

R = 11.04%
G = 28.22%
B = 60.74%

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

#122E63 (or 0x122E63) is known color: Sapphire. HEX triplet: 12, 2E and 63. RGB value is (18,46,99). Sum of RGB (Red+Green+Blue) = 18+46+99=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #122E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E63 is #EDD19C. Grayscale: #2B2B2B. Windows color (decimal): -15585693 or 6499858. OLE color: 6499858.

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

Color convert

RGB 18 46 99 -
CMYK 0.82 0.54 0 0.61
HSL 219.26º 0.69% 0.23% -
HSV(B) 219.26º 0.82% 0.39% -
XYZ 3.48 2.98 12.2 -
YUV 43.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 18 46 99 0.82 0.54 0 0.61 219.26 0.69 0.23
Hex 12 2E 63 52 36 0 3D DB 45 17
Octal 22 56 143 122 66 0 75 333 105 27
Binary 10010 101110 1100011 1010010 110110 0 111101 11011011 1000101 10111

Color Harmonies of #122E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E63

Black with #122E63

Text Example


Text Example

White with #122E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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