Html Css Color HEX #122972 Sapphire

📋 copy color: '#122972'

red 18 ◦ green 41 ◦ blue 114

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

Shades of Sapphire #122972

Tints of Sapphire #122972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.7%

 BLUE value IS 114 (44.92% from 255) = 65.9%

R = 10.4%
G = 23.7%
B = 65.9%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#122972 (or 0x122972) is known color: Sapphire. HEX triplet: 12, 29 and 72. RGB value is (18,41,114). Sum of RGB (Red+Green+Blue) = 18+41+114=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #122972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122972 is #EDD68D. Grayscale: #2A2A2A. Windows color (decimal): -15586958 or 7481618. OLE color: 7481618.

HSL color Cylindrical-coordinate representation of color #122972: hue angle of 225.62º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122972 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 41 114 -
CMYK 0.84 0.64 0 0.55
HSL 225.63º 0.73% 0.26% -
HSV(B) 225.63º 0.84% 0.45% -
XYZ 4.08 2.93 16.27 -
YUV 42.45 168.38 110.56 -
System Red Green Blue C M Y K H S L
Decimal 18 41 114 0.84 0.64 0 0.55 225.63 0.73 0.26
Hex 12 29 72 54 40 0 37 E2 49 1A
Octal 22 51 162 124 100 0 67 342 111 32
Binary 10010 101001 1110010 1010100 1000000 0 110111 11100010 1001001 11010

Color Harmonies of #122972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122972

Black with #122972

Text Example


Text Example

White with #122972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122972; }

 p { color: rgb(18,41,114); }

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

background-color css

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

 a { background-color: rgb(18,41,114); }

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

border-color css

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

 span { border-color: rgb(18,41,114); }

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