Html Css Color HEX #123276 Sapphire

📋 copy color: '#123276'

red 18 ◦ green 50 ◦ blue 118

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

Shades of Sapphire #123276

Tints of Sapphire #123276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.88%

 BLUE value IS 118 (46.48% from 255) = 63.44%

R = 9.68%
G = 26.88%
B = 63.44%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#123276 (or 0x123276) is known color: Sapphire. HEX triplet: 12, 32 and 76. RGB value is (18,50,118). Sum of RGB (Red+Green+Blue) = 18+50+118=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #123276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123276 is #EDCD89. Grayscale: #2F2F2F. Windows color (decimal): -15584650 or 7746066. OLE color: 7746066.

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

Color convert

RGB 18 50 118 -
CMYK 0.85 0.58 0 0.54
HSL 220.8º 0.74% 0.27% -
HSV(B) 220.8º 0.85% 0.46% -
XYZ 4.66 3.72 17.61 -
YUV 48.18 167.4 106.47 -
System Red Green Blue C M Y K H S L
Decimal 18 50 118 0.85 0.58 0 0.54 220.8 0.74 0.27
Hex 12 32 76 55 3A 0 36 DD 4A 1B
Octal 22 62 166 125 72 0 66 335 112 33
Binary 10010 110010 1110110 1010101 111010 0 110110 11011101 1001010 11011

Color Harmonies of #123276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123276

Black with #123276

Text Example


Text Example

White with #123276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123276; }

 p { color: rgb(18,50,118); }

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

background-color css

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

 a { background-color: rgb(18,50,118); }

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

border-color css

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

 span { border-color: rgb(18,50,118); }

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