Html Css Color HEX #12215C Sapphire

📋 copy color: '#12215C'

red 18 ◦ green 33 ◦ blue 92

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

Shades of Sapphire #12215C

Tints of Sapphire #12215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 64.34%

R = 12.59%
G = 23.08%
B = 64.34%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12215C (or 0x12215C) is known color: Sapphire. HEX triplet: 12, 21 and 5C. RGB value is (18,33,92). Sum of RGB (Red+Green+Blue) = 18+33+92=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #12215C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12215C is #EDDEA3. Grayscale: #222222. Windows color (decimal): -15589028 or 6037778. OLE color: 6037778.

HSL color Cylindrical-coordinate representation of color #12215C: hue angle of 227.84º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12215C is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 33 92 -
CMYK 0.80 0.64 0 0.64
HSL 227.84º 0.67% 0.22% -
HSV(B) 227.84º 0.8% 0.36% -
XYZ 2.73 1.99 10.37 -
YUV 35.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 18 33 92 0.80 0.64 0 0.64 227.84 0.67 0.22
Hex 12 21 5C 50 40 0 40 E4 43 16
Octal 22 41 134 120 100 0 100 344 103 26
Binary 10010 100001 1011100 1010000 1000000 0 1000000 11100100 1000011 10110

Color Harmonies of #12215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12215C

Black with #12215C

Text Example


Text Example

White with #12215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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