Html Css Color HEX #122373 Sapphire

📋 copy color: '#122373'

red 18 ◦ green 35 ◦ blue 115

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

Shades of Sapphire #122373

Tints of Sapphire #122373

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.83%

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

R = 10.71%
G = 20.83%
B = 68.45%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#122373 (or 0x122373) is known color: Sapphire. HEX triplet: 12, 23 and 73. RGB value is (18,35,115). Sum of RGB (Red+Green+Blue) = 18+35+115=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #122373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122373 is #EDDC8C. Grayscale: #262626. Windows color (decimal): -15588493 or 7545618. OLE color: 7545618.

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

Color convert

RGB 18 35 115 -
CMYK 0.84 0.70 0 0.55
HSL 229.48º 0.73% 0.26% -
HSV(B) 229.48º 0.84% 0.45% -
XYZ 3.94 2.57 16.51 -
YUV 39.04 170.87 113 -
System Red Green Blue C M Y K H S L
Decimal 18 35 115 0.84 0.70 0 0.55 229.48 0.73 0.26
Hex 12 23 73 54 46 0 37 E5 49 1A
Octal 22 43 163 124 106 0 67 345 111 32
Binary 10010 100011 1110011 1010100 1000110 0 110111 11100101 1001001 11010

Color Harmonies of #122373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122373

Black with #122373

Text Example


Text Example

White with #122373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122373; }

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

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

background-color css

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

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

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

border-color css

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

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

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