Html Css Color HEX #123177 Sapphire

📋 copy color: '#123177'

red 18 ◦ green 49 ◦ blue 119

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

Shades of Sapphire #123177

Tints of Sapphire #123177

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.34%

 BLUE value IS 119 (46.88% from 255) = 63.98%

R = 9.68%
G = 26.34%
B = 63.98%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#123177 (or 0x123177) is known color: Sapphire. HEX triplet: 12, 31 and 77. RGB value is (18,49,119). Sum of RGB (Red+Green+Blue) = 18+49+119=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #123177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123177 is #EDCE88. Grayscale: #2F2F2F. Windows color (decimal): -15584905 or 7811346. OLE color: 7811346.

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

Color convert

RGB 18 49 119 -
CMYK 0.85 0.59 0 0.53
HSL 221.58º 0.74% 0.27% -
HSV(B) 221.58º 0.85% 0.47% -
XYZ 4.68 3.66 17.91 -
YUV 47.71 168.23 106.81 -
System Red Green Blue C M Y K H S L
Decimal 18 49 119 0.85 0.59 0 0.53 221.58 0.74 0.27
Hex 12 31 77 55 3B 0 35 DE 4A 1B
Octal 22 61 167 125 73 0 65 336 112 33
Binary 10010 110001 1110111 1010101 111011 0 110101 11011110 1001010 11011

Color Harmonies of #123177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123177

Black with #123177

Text Example


Text Example

White with #123177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123177; }

 p { color: rgb(18,49,119); }

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

background-color css

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

 a { background-color: rgb(18,49,119); }

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

border-color css

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

 span { border-color: rgb(18,49,119); }

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