Html Css Color HEX #122254 Sapphire

📋 copy color: '#122254'

red 18 ◦ green 34 ◦ blue 84

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

Shades of Sapphire #122254

Tints of Sapphire #122254

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25%

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

R = 13.24%
G = 25%
B = 61.76%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#122254 (or 0x122254) is known color: Sapphire. HEX triplet: 12, 22 and 54. RGB value is (18,34,84). Sum of RGB (Red+Green+Blue) = 18+34+84=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #122254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122254 is #EDDDAB. Grayscale: #222222. Windows color (decimal): -15588780 or 5513746. OLE color: 5513746.

HSL color Cylindrical-coordinate representation of color #122254: hue angle of 225.45º 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 #122254 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 34 84 -
CMYK 0.79 0.60 0 0.67
HSL 225.45º 0.65% 0.2% -
HSV(B) 225.45º 0.79% 0.33% -
XYZ 2.42 1.91 8.63 -
YUV 34.92 155.7 115.93 -
System Red Green Blue C M Y K H S L
Decimal 18 34 84 0.79 0.60 0 0.67 225.45 0.65 0.2
Hex 12 22 54 4F 3C 0 43 E1 41 14
Octal 22 42 124 117 74 0 103 341 101 24
Binary 10010 100010 1010100 1001111 111100 0 1000011 11100001 1000001 10100

Color Harmonies of #122254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122254

Black with #122254

Text Example


Text Example

White with #122254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122254; }

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

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

background-color css

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

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

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

border-color css

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

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

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