Html Css Color HEX #122252 Sapphire

📋 copy color: '#122252'

red 18 ◦ green 34 ◦ blue 82

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

Shades of Sapphire #122252

Tints of Sapphire #122252

RGB

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

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

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

R = 13.43%
G = 25.37%
B = 61.19%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#122252 (or 0x122252) is known color: Sapphire. HEX triplet: 12, 22 and 52. RGB value is (18,34,82). Sum of RGB (Red+Green+Blue) = 18+34+82=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 82 (32.42% from 255 or 61.19% from 134); Max value from RGB is 82 - color contains mainly: blue. Hex color #122252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122252 is #EDDDAD. Grayscale: #222222. Windows color (decimal): -15588782 or 5382674. OLE color: 5382674.

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

Color convert

RGB 18 34 82 -
CMYK 0.78 0.59 0 0.68
HSL 225º 0.64% 0.2% -
HSV(B) 225º 0.78% 0.32% -
XYZ 2.34 1.88 8.22 -
YUV 34.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 18 34 82 0.78 0.59 0 0.68 225 0.64 0.2
Hex 12 22 52 4E 3B 0 44 E1 40 14
Octal 22 42 122 116 73 0 104 341 100 24
Binary 10010 100010 1010010 1001110 111011 0 1000100 11100001 1000000 10100

Color Harmonies of #122252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122252

Black with #122252

Text Example


Text Example

White with #122252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122252; }

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

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

background-color css

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

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

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

border-color css

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

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

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