Html Css Color HEX #12226C Sapphire

📋 copy color: '#12226C'

red 18 ◦ green 34 ◦ blue 108

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

Shades of Sapphire #12226C

Tints of Sapphire #12226C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 67.5%

R = 11.25%
G = 21.25%
B = 67.5%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12226C (or 0x12226C) is known color: Sapphire. HEX triplet: 12, 22 and 6C. RGB value is (18,34,108). Sum of RGB (Red+Green+Blue) = 18+34+108=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 108 (42.58% from 255 or 67.5% from 160); Max value from RGB is 108 - color contains mainly: blue. Hex color #12226C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12226C is #EDDD93. Grayscale: #252525. Windows color (decimal): -15588756 or 7086610. OLE color: 7086610.

HSL color Cylindrical-coordinate representation of color #12226C: hue angle of 229.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12226C is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 34 108 -
CMYK 0.83 0.69 0 0.58
HSL 229.33º 0.71% 0.25% -
HSV(B) 229.33º 0.83% 0.42% -
XYZ 3.53 2.36 14.46 -
YUV 37.65 167.7 113.98 -
System Red Green Blue C M Y K H S L
Decimal 18 34 108 0.83 0.69 0 0.58 229.33 0.71 0.25
Hex 12 22 6C 53 45 0 3A E5 47 19
Octal 22 42 154 123 105 0 72 345 107 31
Binary 10010 100010 1101100 1010011 1000101 0 111010 11100101 1000111 11001

Color Harmonies of #12226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12226C

Black with #12226C

Text Example


Text Example

White with #12226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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