Html Css Color HEX #12224F Sapphire

📋 copy color: '#12224F'

red 18 ◦ green 34 ◦ blue 79

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

Shades of Sapphire #12224F

Tints of Sapphire #12224F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 60.31%

R = 13.74%
G = 25.95%
B = 60.31%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12224F (or 0x12224F) is known color: Sapphire. HEX triplet: 12, 22 and 4F. RGB value is (18,34,79). Sum of RGB (Red+Green+Blue) = 18+34+79=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 79 (31.25% from 255 or 60.31% from 131); Max value from RGB is 79 - color contains mainly: blue. Hex color #12224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12224F is #EDDDB0. Grayscale: #222222. Windows color (decimal): -15588785 or 5186066. OLE color: 5186066.

HSL color Cylindrical-coordinate representation of color #12224F: hue angle of 224.26º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12224F is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 34 79 -
CMYK 0.77 0.57 0 0.69
HSL 224.26º 0.63% 0.19% -
HSV(B) 224.26º 0.77% 0.31% -
XYZ 2.23 1.84 7.63 -
YUV 34.35 153.2 116.34 -
System Red Green Blue C M Y K H S L
Decimal 18 34 79 0.77 0.57 0 0.69 224.26 0.63 0.19
Hex 12 22 4F 4D 39 0 45 E0 3F 13
Octal 22 42 117 115 71 0 105 340 77 23
Binary 10010 100010 1001111 1001101 111001 0 1000101 11100000 111111 10011

Color Harmonies of #12224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12224F

Black with #12224F

Text Example


Text Example

White with #12224F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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