Html Css Color HEX #123468 Sapphire

📋 copy color: '#123468'

red 18 ◦ green 52 ◦ blue 104

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

Shades of Sapphire #123468

Tints of Sapphire #123468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.89%

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

R = 10.34%
G = 29.89%
B = 59.77%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#123468 (or 0x123468) is known color: Sapphire. HEX triplet: 12, 34 and 68. RGB value is (18,52,104). Sum of RGB (Red+Green+Blue) = 18+52+104=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #123468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123468 is #EDCB97. Grayscale: #2F2F2F. Windows color (decimal): -15584152 or 6829074. OLE color: 6829074.

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

Color convert

RGB 18 52 104 -
CMYK 0.83 0.50 0 0.59
HSL 216.28º 0.7% 0.24% -
HSV(B) 216.28º 0.83% 0.41% -
XYZ 3.98 3.58 13.58 -
YUV 47.76 159.74 106.77 -
System Red Green Blue C M Y K H S L
Decimal 18 52 104 0.83 0.50 0 0.59 216.28 0.7 0.24
Hex 12 34 68 53 32 0 3B D8 46 18
Octal 22 64 150 123 62 0 73 330 106 30
Binary 10010 110100 1101000 1010011 110010 0 111011 11011000 1000110 11000

Color Harmonies of #123468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123468

Black with #123468

Text Example


Text Example

White with #123468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123468; }

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

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

background-color css

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

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

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

border-color css

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

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

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