Html Css Color HEX #123079 Sapphire

📋 copy color: '#123079'

red 18 ◦ green 48 ◦ blue 121

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

Shades of Sapphire #123079

Tints of Sapphire #123079

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.67%

 BLUE value IS 121 (47.66% from 255) = 64.71%

R = 9.63%
G = 25.67%
B = 64.71%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#123079 (or 0x123079) is known color: Sapphire. HEX triplet: 12, 30 and 79. RGB value is (18,48,121). Sum of RGB (Red+Green+Blue) = 18+48+121=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #123079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123079 is #EDCF86. Grayscale: #2F2F2F. Windows color (decimal): -15585159 or 7942162. OLE color: 7942162.

HSL color Cylindrical-coordinate representation of color #123079: hue angle of 222.52º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123079 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 48 121 -
CMYK 0.85 0.60 0 0.53
HSL 222.52º 0.74% 0.27% -
HSV(B) 222.52º 0.85% 0.47% -
XYZ 4.76 3.62 18.54 -
YUV 47.35 169.56 107.06 -
System Red Green Blue C M Y K H S L
Decimal 18 48 121 0.85 0.60 0 0.53 222.52 0.74 0.27
Hex 12 30 79 55 3C 0 35 DF 4A 1B
Octal 22 60 171 125 74 0 65 337 112 33
Binary 10010 110000 1111001 1010101 111100 0 110101 11011111 1001010 11011

Color Harmonies of #123079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123079

Black with #123079

Text Example


Text Example

White with #123079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123079; }

 p { color: rgb(18,48,121); }

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

background-color css

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

 a { background-color: rgb(18,48,121); }

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

border-color css

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

 span { border-color: rgb(18,48,121); }

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