Html Css Color HEX #123076 Sapphire

📋 copy color: '#123076'

red 18 ◦ green 48 ◦ blue 118

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

Shades of Sapphire #123076

Tints of Sapphire #123076

RGB

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

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

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

R = 9.78%
G = 26.09%
B = 64.13%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#123076 (or 0x123076) is known color: Sapphire. HEX triplet: 12, 30 and 76. RGB value is (18,48,118). Sum of RGB (Red+Green+Blue) = 18+48+118=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #123076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123076 is #EDCF89. Grayscale: #2E2E2E. Windows color (decimal): -15585162 or 7745554. OLE color: 7745554.

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

Color convert

RGB 18 48 118 -
CMYK 0.85 0.59 0 0.54
HSL 222º 0.74% 0.27% -
HSV(B) 222º 0.85% 0.46% -
XYZ 4.58 3.55 17.58 -
YUV 47.01 168.06 107.31 -
System Red Green Blue C M Y K H S L
Decimal 18 48 118 0.85 0.59 0 0.54 222 0.74 0.27
Hex 12 30 76 55 3B 0 36 DE 4A 1B
Octal 22 60 166 125 73 0 66 336 112 33
Binary 10010 110000 1110110 1010101 111011 0 110110 11011110 1001010 11011

Color Harmonies of #123076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123076

Black with #123076

Text Example


Text Example

White with #123076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123076; }

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

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

background-color css

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

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

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

border-color css

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

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

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