Html Css Color HEX #122C52 Sapphire

📋 copy color: '#122C52'

red 18 ◦ green 44 ◦ blue 82

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

Shades of Sapphire #122C52

Tints of Sapphire #122C52

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.56%

 BLUE value IS 82 (32.42% from 255) = 56.94%

R = 12.5%
G = 30.56%
B = 56.94%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#122C52 (or 0x122C52) is known color: Sapphire. HEX triplet: 12, 2C and 52. RGB value is (18,44,82). Sum of RGB (Red+Green+Blue) = 18+44+82=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 82 (32.42% from 255 or 56.94% from 144); Max value from RGB is 82 - color contains mainly: blue. Hex color #122C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C52 is #EDD3AD. Grayscale: #282828. Windows color (decimal): -15586222 or 5385234. OLE color: 5385234.

HSL color Cylindrical-coordinate representation of color #122C52: hue angle of 215.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #122C52 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 44 82 -
CMYK 0.78 0.46 0 0.68
HSL 215.63º 0.64% 0.2% -
HSV(B) 215.63º 0.78% 0.32% -
XYZ 2.67 2.54 8.33 -
YUV 40.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 18 44 82 0.78 0.46 0 0.68 215.63 0.64 0.2
Hex 12 2C 52 4E 2E 0 44 D8 40 14
Octal 22 54 122 116 56 0 104 330 100 24
Binary 10010 101100 1010010 1001110 101110 0 1000100 11011000 1000000 10100

Color Harmonies of #122C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122C52

Black with #122C52

Text Example


Text Example

White with #122C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122C52; }

 p { color: rgb(18,44,82); }

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

background-color css

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

 a { background-color: rgb(18,44,82); }

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

border-color css

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

 span { border-color: rgb(18,44,82); }

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