Html Css Color HEX #122E5A Sapphire

📋 copy color: '#122E5A'

red 18 ◦ green 46 ◦ blue 90

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

Shades of Sapphire #122E5A

Tints of Sapphire #122E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 58.44%

R = 11.69%
G = 29.87%
B = 58.44%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#122E5A (or 0x122E5A) is known color: Sapphire. HEX triplet: 12, 2E and 5A. RGB value is (18,46,90). Sum of RGB (Red+Green+Blue) = 18+46+90=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #122E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E5A is #EDD1A5. Grayscale: #2A2A2A. Windows color (decimal): -15585702 or 5910034. OLE color: 5910034.

HSL color Cylindrical-coordinate representation of color #122E5A: hue angle of 216.67º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #122E5A is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 46 90 -
CMYK 0.80 0.49 0 0.65
HSL 216.67º 0.67% 0.21% -
HSV(B) 216.67º 0.8% 0.35% -
XYZ 3.07 2.82 10.06 -
YUV 42.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 18 46 90 0.80 0.49 0 0.65 216.67 0.67 0.21
Hex 12 2E 5A 50 31 0 41 D9 43 15
Octal 22 56 132 120 61 0 101 331 103 25
Binary 10010 101110 1011010 1010000 110001 0 1000001 11011001 1000011 10101

Color Harmonies of #122E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E5A

Black with #122E5A

Text Example


Text Example

White with #122E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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