Html Css Color HEX #122253 Sapphire

📋 copy color: '#122253'

red 18 ◦ green 34 ◦ blue 83

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

Shades of Sapphire #122253

Tints of Sapphire #122253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 61.48%

R = 13.33%
G = 25.19%
B = 61.48%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#122253 (or 0x122253) is known color: Sapphire. HEX triplet: 12, 22 and 53. RGB value is (18,34,83). Sum of RGB (Red+Green+Blue) = 18+34+83=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #122253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122253 is #EDDDAC. Grayscale: #222222. Windows color (decimal): -15588781 or 5448210. OLE color: 5448210.

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

Color convert

RGB 18 34 83 -
CMYK 0.78 0.59 0 0.67
HSL 225.23º 0.64% 0.2% -
HSV(B) 225.23º 0.78% 0.33% -
XYZ 2.38 1.9 8.42 -
YUV 34.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 18 34 83 0.78 0.59 0 0.67 225.23 0.64 0.2
Hex 12 22 53 4E 3B 0 43 E1 40 14
Octal 22 42 123 116 73 0 103 341 100 24
Binary 10010 100010 1010011 1001110 111011 0 1000011 11100001 1000000 10100

Color Harmonies of #122253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122253

Black with #122253

Text Example


Text Example

White with #122253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122253; }

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

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

background-color css

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

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

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

border-color css

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

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

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