Html Css Color HEX #12225D Sapphire

📋 copy color: '#12225D'

red 18 ◦ green 34 ◦ blue 93

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

Shades of Sapphire #12225D

Tints of Sapphire #12225D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 64.14%

R = 12.41%
G = 23.45%
B = 64.14%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12225D (or 0x12225D) is known color: Sapphire. HEX triplet: 12, 22 and 5D. RGB value is (18,34,93). Sum of RGB (Red+Green+Blue) = 18+34+93=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #12225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12225D is #EDDDA2. Grayscale: #232323. Windows color (decimal): -15588771 or 6103570. OLE color: 6103570.

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

Color convert

RGB 18 34 93 -
CMYK 0.81 0.63 0 0.64
HSL 227.2º 0.68% 0.22% -
HSV(B) 227.2º 0.81% 0.36% -
XYZ 2.8 2.06 10.61 -
YUV 35.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 18 34 93 0.81 0.63 0 0.64 227.2 0.68 0.22
Hex 12 22 5D 51 3F 0 40 E3 44 16
Octal 22 42 135 121 77 0 100 343 104 26
Binary 10010 100010 1011101 1010001 111111 0 1000000 11100011 1000100 10110

Color Harmonies of #12225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12225D

Black with #12225D

Text Example


Text Example

White with #12225D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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