Html Css Color HEX #12215F Sapphire

📋 copy color: '#12215F'

red 18 ◦ green 33 ◦ blue 95

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

Shades of Sapphire #12215F

Tints of Sapphire #12215F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 65.07%

R = 12.33%
G = 22.6%
B = 65.07%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12215F (or 0x12215F) is known color: Sapphire. HEX triplet: 12, 21 and 5F. RGB value is (18,33,95). Sum of RGB (Red+Green+Blue) = 18+33+95=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 95 (37.5% from 255 or 65.07% from 146); Max value from RGB is 95 - color contains mainly: blue. Hex color #12215F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12215F is #EDDEA0. Grayscale: #232323. Windows color (decimal): -15589025 or 6234386. OLE color: 6234386.

HSL color Cylindrical-coordinate representation of color #12215F: hue angle of 228.31º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12215F is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 33 95 -
CMYK 0.81 0.65 0 0.63
HSL 228.31º 0.68% 0.22% -
HSV(B) 228.31º 0.81% 0.37% -
XYZ 2.86 2.04 11.07 -
YUV 35.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 18 33 95 0.81 0.65 0 0.63 228.31 0.68 0.22
Hex 12 21 5F 51 41 0 3F E4 44 16
Octal 22 41 137 121 101 0 77 344 104 26
Binary 10010 100001 1011111 1010001 1000001 0 111111 11100100 1000100 10110

Color Harmonies of #12215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12215F

Black with #12215F

Text Example


Text Example

White with #12215F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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