Html Css Color HEX #122973 Sapphire

📋 copy color: '#122973'

red 18 ◦ green 41 ◦ blue 115

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

Shades of Sapphire #122973

Tints of Sapphire #122973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 66.09%

R = 10.34%
G = 23.56%
B = 66.09%

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

#122973 (or 0x122973) is known color: Sapphire. HEX triplet: 12, 29 and 73. RGB value is (18,41,115). Sum of RGB (Red+Green+Blue) = 18+41+115=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #122973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122973 is #EDD68C. Grayscale: #2A2A2A. Windows color (decimal): -15586957 or 7547154. OLE color: 7547154.

HSL color Cylindrical-coordinate representation of color #122973: hue angle of 225.77º 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 #122973 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 41 115 -
CMYK 0.84 0.64 0 0.55
HSL 225.77º 0.73% 0.26% -
HSV(B) 225.77º 0.84% 0.45% -
XYZ 4.14 2.95 16.57 -
YUV 42.56 168.88 110.48 -
System Red Green Blue C M Y K H S L
Decimal 18 41 115 0.84 0.64 0 0.55 225.77 0.73 0.26
Hex 12 29 73 54 40 0 37 E2 49 1A
Octal 22 51 163 124 100 0 67 342 111 32
Binary 10010 101001 1110011 1010100 1000000 0 110111 11100010 1001001 11010

Color Harmonies of #122973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122973

Black with #122973

Text Example


Text Example

White with #122973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122973; }

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

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

background-color css

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

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

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

border-color css

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

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

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