Html Css Color HEX #122654 Sapphire

📋 copy color: '#122654'

red 18 ◦ green 38 ◦ blue 84

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

Shades of Sapphire #122654

Tints of Sapphire #122654

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.14%

 BLUE value IS 84 (33.2% from 255) = 60%

R = 12.86%
G = 27.14%
B = 60%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#122654 (or 0x122654) is known color: Sapphire. HEX triplet: 12, 26 and 54. RGB value is (18,38,84). Sum of RGB (Red+Green+Blue) = 18+38+84=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #122654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122654 is #EDD9AB. Grayscale: #252525. Windows color (decimal): -15587756 or 5514770. OLE color: 5514770.

HSL color Cylindrical-coordinate representation of color #122654: hue angle of 221.82º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122654 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 38 84 -
CMYK 0.79 0.55 0 0.67
HSL 221.82º 0.65% 0.2% -
HSV(B) 221.82º 0.79% 0.33% -
XYZ 2.54 2.15 8.67 -
YUV 37.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 18 38 84 0.79 0.55 0 0.67 221.82 0.65 0.2
Hex 12 26 54 4F 37 0 43 DE 41 14
Octal 22 46 124 117 67 0 103 336 101 24
Binary 10010 100110 1010100 1001111 110111 0 1000011 11011110 1000001 10100

Color Harmonies of #122654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122654

Black with #122654

Text Example


Text Example

White with #122654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122654; }

 p { color: rgb(18,38,84); }

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

background-color css

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

 a { background-color: rgb(18,38,84); }

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

border-color css

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

 span { border-color: rgb(18,38,84); }

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