Html Css Color HEX #123376 Sapphire

📋 copy color: '#123376'

red 18 ◦ green 51 ◦ blue 118

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

Shades of Sapphire #123376

Tints of Sapphire #123376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

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

R = 9.63%
G = 27.27%
B = 63.1%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#123376 (or 0x123376) is known color: Sapphire. HEX triplet: 12, 33 and 76. RGB value is (18,51,118). Sum of RGB (Red+Green+Blue) = 18+51+118=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #123376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123376 is #EDCC89. Grayscale: #303030. Windows color (decimal): -15584394 or 7746322. OLE color: 7746322.

HSL color Cylindrical-coordinate representation of color #123376: hue angle of 220.2º 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 #123376 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 51 118 -
CMYK 0.85 0.57 0 0.54
HSL 220.2º 0.74% 0.27% -
HSV(B) 220.2º 0.85% 0.46% -
XYZ 4.7 3.8 17.63 -
YUV 48.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 18 51 118 0.85 0.57 0 0.54 220.2 0.74 0.27
Hex 12 33 76 55 39 0 36 DC 4A 1B
Octal 22 63 166 125 71 0 66 334 112 33
Binary 10010 110011 1110110 1010101 111001 0 110110 11011100 1001010 11011

Color Harmonies of #123376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123376

Black with #123376

Text Example


Text Example

White with #123376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123376; }

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

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

background-color css

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

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

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

border-color css

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

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

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