Html Css Color HEX #122E81 Sapphire

📋 copy color: '#122E81'

red 18 ◦ green 46 ◦ blue 129

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

Shades of Sapphire #122E81

Tints of Sapphire #122E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 66.84%

R = 9.33%
G = 23.83%
B = 66.84%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#122E81 (or 0x122E81) is known color: Sapphire. HEX triplet: 12, 2E and 81. RGB value is (18,46,129). Sum of RGB (Red+Green+Blue) = 18+46+129=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 129 (50.78% from 255 or 66.84% from 193); Max value from RGB is 129 - color contains mainly: blue. Hex color #122E81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122E81 is #EDD17E. Grayscale: #2E2E2E. Windows color (decimal): -15585663 or 8465938. OLE color: 8465938.

HSL color Cylindrical-coordinate representation of color #122E81: hue angle of 224.86º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122E81 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 46 129 -
CMYK 0.86 0.64 0 0.49
HSL 224.86º 0.76% 0.29% -
HSV(B) 224.86º 0.86% 0.51% -
XYZ 5.19 3.67 21.2 -
YUV 47.09 174.22 107.25 -
System Red Green Blue C M Y K H S L
Decimal 18 46 129 0.86 0.64 0 0.49 224.86 0.76 0.29
Hex 12 2E 81 56 40 0 31 E1 4C 1D
Octal 22 56 201 126 100 0 61 341 114 35
Binary 10010 101110 10000001 1010110 1000000 0 110001 11100001 1001100 11101

Color Harmonies of #122E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122E81

Black with #122E81

Text Example


Text Example

White with #122E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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