Html Css Color HEX #123168 Sapphire

📋 copy color: '#123168'

red 18 ◦ green 49 ◦ blue 104

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

Shades of Sapphire #123168

Tints of Sapphire #123168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 60.82%

R = 10.53%
G = 28.65%
B = 60.82%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#123168 (or 0x123168) is known color: Sapphire. HEX triplet: 12, 31 and 68. RGB value is (18,49,104). Sum of RGB (Red+Green+Blue) = 18+49+104=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #123168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123168 is #EDCE97. Grayscale: #2D2D2D. Windows color (decimal): -15584920 or 6828306. OLE color: 6828306.

HSL color Cylindrical-coordinate representation of color #123168: hue angle of 218.37º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123168 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 49 104 -
CMYK 0.83 0.53 0 0.59
HSL 218.37º 0.7% 0.24% -
HSV(B) 218.37º 0.83% 0.41% -
XYZ 3.85 3.32 13.54 -
YUV 46 160.73 108.03 -
System Red Green Blue C M Y K H S L
Decimal 18 49 104 0.83 0.53 0 0.59 218.37 0.7 0.24
Hex 12 31 68 53 35 0 3B DA 46 18
Octal 22 61 150 123 65 0 73 332 106 30
Binary 10010 110001 1101000 1010011 110101 0 111011 11011010 1000110 11000

Color Harmonies of #123168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123168

Black with #123168

Text Example


Text Example

White with #123168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123168; }

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

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

background-color css

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

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

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

border-color css

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

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

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