Html Css Color HEX #12326C Sapphire

📋 copy color: '#12326C'

red 18 ◦ green 50 ◦ blue 108

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

Shades of Sapphire #12326C

Tints of Sapphire #12326C

RGB

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

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

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

R = 10.23%
G = 28.41%
B = 61.36%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12326C (or 0x12326C) is known color: Sapphire. HEX triplet: 12, 32 and 6C. RGB value is (18,50,108). Sum of RGB (Red+Green+Blue) = 18+50+108=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #12326C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12326C is #EDCD93. Grayscale: #2E2E2E. Windows color (decimal): -15584660 or 7090706. OLE color: 7090706.

HSL color Cylindrical-coordinate representation of color #12326C: hue angle of 218.67º 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 #12326C is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 50 108 -
CMYK 0.83 0.54 0 0.58
HSL 218.67º 0.71% 0.25% -
HSV(B) 218.67º 0.83% 0.42% -
XYZ 4.1 3.49 14.65 -
YUV 47.04 162.4 107.28 -
System Red Green Blue C M Y K H S L
Decimal 18 50 108 0.83 0.54 0 0.58 218.67 0.71 0.25
Hex 12 32 6C 53 36 0 3A DB 47 19
Octal 22 62 154 123 66 0 72 333 107 31
Binary 10010 110010 1101100 1010011 110110 0 111010 11011011 1000111 11001

Color Harmonies of #12326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12326C

Black with #12326C

Text Example


Text Example

White with #12326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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