Html Css Color HEX #123060 Sapphire

📋 copy color: '#123060'

red 18 ◦ green 48 ◦ blue 96

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

Shades of Sapphire #123060

Tints of Sapphire #123060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 59.26%

R = 11.11%
G = 29.63%
B = 59.26%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123060 (or 0x123060) is known color: Sapphire. HEX triplet: 12, 30 and 60. RGB value is (18,48,96). Sum of RGB (Red+Green+Blue) = 18+48+96=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #123060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123060 is #EDCF9F. Grayscale: #2C2C2C. Windows color (decimal): -15585184 or 6303762. OLE color: 6303762.

HSL color Cylindrical-coordinate representation of color #123060: hue angle of 216.92º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123060 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 48 96 -
CMYK 0.81 0.50 0 0.62
HSL 216.92º 0.68% 0.22% -
HSV(B) 216.92º 0.81% 0.38% -
XYZ 3.42 3.09 11.48 -
YUV 44.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 18 48 96 0.81 0.50 0 0.62 216.92 0.68 0.22
Hex 12 30 60 51 32 0 3E D9 44 16
Octal 22 60 140 121 62 0 76 331 104 26
Binary 10010 110000 1100000 1010001 110010 0 111110 11011001 1000100 10110

Color Harmonies of #123060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123060

Black with #123060

Text Example


Text Example

White with #123060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123060; }

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

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

background-color css

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

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

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

border-color css

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

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

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