Html Css Color HEX #1C326C Sapphire

📋 copy color: '#1C326C'

red 28 ◦ green 50 ◦ blue 108

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

Shades of Sapphire #1C326C

Tints of Sapphire #1C326C

RGB

 RED value IS 28 (11.33% from 255) = 15.05%

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

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

R = 15.05%
G = 26.88%
B = 58.06%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1C326C (or 0x1C326C) is known color: Sapphire. HEX triplet: 1C, 32 and 6C. RGB value is (28,50,108). Sum of RGB (Red+Green+Blue) = 28+50+108=186 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.05% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C326C is #E3CD93. Grayscale: #313131. Windows color (decimal): -14929300 or 7090716. OLE color: 7090716.

HSL color Cylindrical-coordinate representation of color #1C326C: hue angle of 223.5º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C326C is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 28 50 108 -
CMYK 0.74 0.54 0 0.58
HSL 223.5º 0.59% 0.27% -
HSV(B) 223.5º 0.74% 0.42% -
XYZ 4.33 3.61 14.66 -
YUV 50.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 28 50 108 0.74 0.54 0 0.58 223.5 0.59 0.27
Hex 1C 32 6C 4A 36 0 3A E0 3B 1B
Octal 34 62 154 112 66 0 72 340 73 33
Binary 11100 110010 1101100 1001010 110110 0 111010 11100000 111011 11011

Color Harmonies of #1C326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C326C

Black with #1C326C

Text Example


Text Example

White with #1C326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C326C; }

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

 H1.HeaderClassName
 {
   color: #1C326C;
 }
 .AnyTagClassName
 {
   color: #1C326C;
 }
</style>

background-color css

<style>
 a { background-color: #1C326C; }

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

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

border-color css

<style>
 span { border-color: #1C326C; }

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

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