Html Css Color HEX #123166 Sapphire

📋 copy color: '#123166'

red 18 ◦ green 49 ◦ blue 102

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

Shades of Sapphire #123166

Tints of Sapphire #123166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 60.36%

R = 10.65%
G = 28.99%
B = 60.36%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#123166 (or 0x123166) is known color: Sapphire. HEX triplet: 12, 31 and 66. RGB value is (18,49,102). Sum of RGB (Red+Green+Blue) = 18+49+102=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #123166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123166 is #EDCE99. Grayscale: #2D2D2D. Windows color (decimal): -15584922 or 6697234. OLE color: 6697234.

HSL color Cylindrical-coordinate representation of color #123166: hue angle of 217.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123166 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 49 102 -
CMYK 0.82 0.52 0 0.6
HSL 217.86º 0.7% 0.24% -
HSV(B) 217.86º 0.82% 0.4% -
XYZ 3.75 3.28 13.01 -
YUV 45.77 159.73 108.19 -
System Red Green Blue C M Y K H S L
Decimal 18 49 102 0.82 0.52 0 0.6 217.86 0.7 0.24
Hex 12 31 66 52 34 0 3C DA 46 18
Octal 22 61 146 122 64 0 74 332 106 30
Binary 10010 110001 1100110 1010010 110100 0 111100 11011010 1000110 11000

Color Harmonies of #123166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123166

Black with #123166

Text Example


Text Example

White with #123166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123166; }

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

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

background-color css

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

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

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

border-color css

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

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

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