Html Css Color HEX #123180 Sapphire

📋 copy color: '#123180'

red 18 ◦ green 49 ◦ blue 128

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

Shades of Sapphire #123180

Tints of Sapphire #123180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 65.64%

R = 9.23%
G = 25.13%
B = 65.64%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#123180 (or 0x123180) is known color: Sapphire. HEX triplet: 12, 31 and 80. RGB value is (18,49,128). Sum of RGB (Red+Green+Blue) = 18+49+128=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 128 (50.39% from 255 or 65.64% from 195); Max value from RGB is 128 - color contains mainly: blue. Hex color #123180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123180 is #EDCE7F. Grayscale: #303030. Windows color (decimal): -15584896 or 8401170. OLE color: 8401170.

HSL color Cylindrical-coordinate representation of color #123180: hue angle of 223.09º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123180 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 49 128 -
CMYK 0.86 0.62 0 0.50
HSL 223.09º 0.75% 0.29% -
HSV(B) 223.09º 0.86% 0.5% -
XYZ 5.24 3.88 20.9 -
YUV 48.74 172.73 106.08 -
System Red Green Blue C M Y K H S L
Decimal 18 49 128 0.86 0.62 0 0.50 223.09 0.75 0.29
Hex 12 31 80 56 3E 0 32 DF 4B 1D
Octal 22 61 200 126 76 0 62 337 113 35
Binary 10010 110001 10000000 1010110 111110 0 110010 11011111 1001011 11101

Color Harmonies of #123180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123180

Black with #123180

Text Example


Text Example

White with #123180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123180; }

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

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

background-color css

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

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

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

border-color css

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

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

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