Html Css Color HEX #12216D Sapphire

📋 copy color: '#12216D'

red 18 ◦ green 33 ◦ blue 109

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

Shades of Sapphire #12216D

Tints of Sapphire #12216D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.63%

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

R = 11.25%
G = 20.63%
B = 68.13%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12216D (or 0x12216D) is known color: Sapphire. HEX triplet: 12, 21 and 6D. RGB value is (18,33,109). Sum of RGB (Red+Green+Blue) = 18+33+109=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 109 (42.97% from 255 or 68.12% from 160); Max value from RGB is 109 - color contains mainly: blue. Hex color #12216D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12216D is #EDDE92. Grayscale: #242424. Windows color (decimal): -15589011 or 7151890. OLE color: 7151890.

HSL color Cylindrical-coordinate representation of color #12216D: hue angle of 230.11º 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 #12216D is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 33 109 -
CMYK 0.83 0.70 0 0.57
HSL 230.11º 0.72% 0.25% -
HSV(B) 230.11º 0.83% 0.43% -
XYZ 3.55 2.32 14.73 -
YUV 37.18 168.53 114.32 -
System Red Green Blue C M Y K H S L
Decimal 18 33 109 0.83 0.70 0 0.57 230.11 0.72 0.25
Hex 12 21 6D 53 46 0 39 E6 48 19
Octal 22 41 155 123 106 0 71 346 110 31
Binary 10010 100001 1101101 1010011 1000110 0 111001 11100110 1001000 11001

Color Harmonies of #12216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12216D

Black with #12216D

Text Example


Text Example

White with #12216D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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