Html Css Color HEX #12215A Sapphire

📋 copy color: '#12215A'

red 18 ◦ green 33 ◦ blue 90

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

Shades of Sapphire #12215A

Tints of Sapphire #12215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 63.83%

R = 12.77%
G = 23.4%
B = 63.83%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12215A (or 0x12215A) is known color: Sapphire. HEX triplet: 12, 21 and 5A. RGB value is (18,33,90). Sum of RGB (Red+Green+Blue) = 18+33+90=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #12215A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12215A is #EDDEA5. Grayscale: #222222. Windows color (decimal): -15589030 or 5906706. OLE color: 5906706.

HSL color Cylindrical-coordinate representation of color #12215A: hue angle of 227.5º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12215A is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 33 90 -
CMYK 0.80 0.63 0 0.65
HSL 227.5º 0.67% 0.21% -
HSV(B) 227.5º 0.8% 0.35% -
XYZ 2.64 1.95 9.91 -
YUV 35.01 159.03 115.87 -
System Red Green Blue C M Y K H S L
Decimal 18 33 90 0.80 0.63 0 0.65 227.5 0.67 0.21
Hex 12 21 5A 50 3F 0 41 E4 43 15
Octal 22 41 132 120 77 0 101 344 103 25
Binary 10010 100001 1011010 1010000 111111 0 1000001 11100100 1000011 10101

Color Harmonies of #12215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12215A

Black with #12215A

Text Example


Text Example

White with #12215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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