Html Css Color HEX #12226D Sapphire

📋 copy color: '#12226D'

red 18 ◦ green 34 ◦ blue 109

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

Shades of Sapphire #12226D

Tints of Sapphire #12226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 67.7%

R = 11.18%
G = 21.12%
B = 67.7%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12226D (or 0x12226D) is known color: Sapphire. HEX triplet: 12, 22 and 6D. RGB value is (18,34,109). Sum of RGB (Red+Green+Blue) = 18+34+109=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #12226D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12226D is #EDDD92. Grayscale: #252525. Windows color (decimal): -15588755 or 7152146. OLE color: 7152146.

HSL color Cylindrical-coordinate representation of color #12226D: hue angle of 229.45º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12226D is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 34 109 -
CMYK 0.83 0.69 0 0.57
HSL 229.45º 0.72% 0.25% -
HSV(B) 229.45º 0.83% 0.43% -
XYZ 3.58 2.38 14.74 -
YUV 37.77 168.2 113.9 -
System Red Green Blue C M Y K H S L
Decimal 18 34 109 0.83 0.69 0 0.57 229.45 0.72 0.25
Hex 12 22 6D 53 45 0 39 E5 48 19
Octal 22 42 155 123 105 0 71 345 110 31
Binary 10010 100010 1101101 1010011 1000101 0 111001 11100101 1001000 11001

Color Harmonies of #12226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12226D

Black with #12226D

Text Example


Text Example

White with #12226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12226D; }

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

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

background-color css

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

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

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

border-color css

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

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

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