Html Css Color HEX #12326E Sapphire

📋 copy color: '#12326E'

red 18 ◦ green 50 ◦ blue 110

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

Shades of Sapphire #12326E

Tints of Sapphire #12326E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

 BLUE value IS 110 (43.36% from 255) = 61.8%

R = 10.11%
G = 28.09%
B = 61.8%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12326E (or 0x12326E) is known color: Sapphire. HEX triplet: 12, 32 and 6E. RGB value is (18,50,110). Sum of RGB (Red+Green+Blue) = 18+50+110=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 110 (43.36% from 255 or 61.80% from 178); Max value from RGB is 110 - color contains mainly: blue. Hex color #12326E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12326E is #EDCD91. Grayscale: #2F2F2F. Windows color (decimal): -15584658 or 7221778. OLE color: 7221778.

HSL color Cylindrical-coordinate representation of color #12326E: hue angle of 219.13º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12326E is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 50 110 -
CMYK 0.84 0.55 0 0.57
HSL 219.13º 0.72% 0.25% -
HSV(B) 219.13º 0.84% 0.43% -
XYZ 4.2 3.54 15.21 -
YUV 47.27 163.4 107.12 -
System Red Green Blue C M Y K H S L
Decimal 18 50 110 0.84 0.55 0 0.57 219.13 0.72 0.25
Hex 12 32 6E 54 37 0 39 DB 48 19
Octal 22 62 156 124 67 0 71 333 110 31
Binary 10010 110010 1101110 1010100 110111 0 111001 11011011 1001000 11001

Color Harmonies of #12326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12326E

Black with #12326E

Text Example


Text Example

White with #12326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12326E; }

 p { color: rgb(18,50,110); }

 H1.HeaderClassName
 {
   color: #12326E;
 }
 .AnyTagClassName
 {
   color: #12326E;
 }
</style>

background-color css

<style>
 a { background-color: #12326E; }

 a { background-color: rgb(18,50,110); }

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

border-color css

<style>
 span { border-color: #12326E; }

 span { border-color: rgb(18,50,110); }

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