Html Css Color HEX #122553 Sapphire

📋 copy color: '#122553'

red 18 ◦ green 37 ◦ blue 83

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

Shades of Sapphire #122553

Tints of Sapphire #122553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.81%

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

R = 13.04%
G = 26.81%
B = 60.14%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#122553 (or 0x122553) is known color: Sapphire. HEX triplet: 12, 25 and 53. RGB value is (18,37,83). Sum of RGB (Red+Green+Blue) = 18+37+83=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #122553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122553 is #EDDAAC. Grayscale: #242424. Windows color (decimal): -15588013 or 5448978. OLE color: 5448978.

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

Color convert

RGB 18 37 83 -
CMYK 0.78 0.55 0 0.67
HSL 222.46º 0.64% 0.2% -
HSV(B) 222.46º 0.78% 0.33% -
XYZ 2.47 2.08 8.45 -
YUV 36.56 154.21 114.76 -
System Red Green Blue C M Y K H S L
Decimal 18 37 83 0.78 0.55 0 0.67 222.46 0.64 0.2
Hex 12 25 53 4E 37 0 43 DE 40 14
Octal 22 45 123 116 67 0 103 336 100 24
Binary 10010 100101 1010011 1001110 110111 0 1000011 11011110 1000000 10100

Color Harmonies of #122553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122553

Black with #122553

Text Example


Text Example

White with #122553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122553; }

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

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

background-color css

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

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

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

border-color css

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

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

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