Html Css Color HEX #123169 Sapphire

📋 copy color: '#123169'

red 18 ◦ green 49 ◦ blue 105

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

Shades of Sapphire #123169

Tints of Sapphire #123169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 61.05%

R = 10.47%
G = 28.49%
B = 61.05%

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

#123169 (or 0x123169) is known color: Sapphire. HEX triplet: 12, 31 and 69. RGB value is (18,49,105). Sum of RGB (Red+Green+Blue) = 18+49+105=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #123169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123169 is #EDCE96. Grayscale: #2D2D2D. Windows color (decimal): -15584919 or 6893842. OLE color: 6893842.

HSL color Cylindrical-coordinate representation of color #123169: hue angle of 218.62º degrees, saturation: 0.71, 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 #123169 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 49 105 -
CMYK 0.83 0.53 0 0.59
HSL 218.62º 0.71% 0.24% -
HSV(B) 218.62º 0.83% 0.41% -
XYZ 3.9 3.35 13.8 -
YUV 46.12 161.23 107.95 -
System Red Green Blue C M Y K H S L
Decimal 18 49 105 0.83 0.53 0 0.59 218.62 0.71 0.24
Hex 12 31 69 53 35 0 3B DB 47 18
Octal 22 61 151 123 65 0 73 333 107 30
Binary 10010 110001 1101001 1010011 110101 0 111011 11011011 1000111 11000

Color Harmonies of #123169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123169

Black with #123169

Text Example


Text Example

White with #123169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123169; }

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

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

background-color css

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

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

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

border-color css

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

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

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