Html Css Color HEX #122573 Sapphire

📋 copy color: '#122573'

red 18 ◦ green 37 ◦ blue 115

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

Shades of Sapphire #122573

Tints of Sapphire #122573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.76%

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

R = 10.59%
G = 21.76%
B = 67.65%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#122573 (or 0x122573) is known color: Sapphire. HEX triplet: 12, 25 and 73. RGB value is (18,37,115). Sum of RGB (Red+Green+Blue) = 18+37+115=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #122573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122573 is #EDDA8C. Grayscale: #272727. Windows color (decimal): -15587981 or 7546130. OLE color: 7546130.

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

Color convert

RGB 18 37 115 -
CMYK 0.84 0.68 0 0.55
HSL 228.25º 0.73% 0.26% -
HSV(B) 228.25º 0.84% 0.45% -
XYZ 4.01 2.69 16.53 -
YUV 40.21 170.21 112.16 -
System Red Green Blue C M Y K H S L
Decimal 18 37 115 0.84 0.68 0 0.55 228.25 0.73 0.26
Hex 12 25 73 54 44 0 37 E4 49 1A
Octal 22 45 163 124 104 0 67 344 111 32
Binary 10010 100101 1110011 1010100 1000100 0 110111 11100100 1001001 11010

Color Harmonies of #122573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122573

Black with #122573

Text Example


Text Example

White with #122573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122573; }

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

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

background-color css

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

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

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

border-color css

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

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

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