Html Css Color HEX #122E5D Sapphire

📋 copy color: '#122E5D'

red 18 ◦ green 46 ◦ blue 93

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

Shades of Sapphire #122E5D

Tints of Sapphire #122E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 59.24%

R = 11.46%
G = 29.3%
B = 59.24%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#122E5D (or 0x122E5D) is known color: Sapphire. HEX triplet: 12, 2E and 5D. RGB value is (18,46,93). Sum of RGB (Red+Green+Blue) = 18+46+93=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #122E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E5D is #EDD1A2. Grayscale: #2A2A2A. Windows color (decimal): -15585699 or 6106642. OLE color: 6106642.

HSL color Cylindrical-coordinate representation of color #122E5D: hue angle of 217.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122E5D is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 46 93 -
CMYK 0.81 0.51 0 0.64
HSL 217.6º 0.68% 0.22% -
HSV(B) 217.6º 0.81% 0.36% -
XYZ 3.2 2.87 10.74 -
YUV 42.99 156.22 110.18 -
System Red Green Blue C M Y K H S L
Decimal 18 46 93 0.81 0.51 0 0.64 217.6 0.68 0.22
Hex 12 2E 5D 51 33 0 40 DA 44 16
Octal 22 56 135 121 63 0 100 332 104 26
Binary 10010 101110 1011101 1010001 110011 0 1000000 11011010 1000100 10110

Color Harmonies of #122E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E5D

Black with #122E5D

Text Example


Text Example

White with #122E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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