Html Css Color HEX #10326C Sapphire

📋 copy color: '#10326C'

red 16 ◦ green 50 ◦ blue 108

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

Shades of Sapphire #10326C

Tints of Sapphire #10326C

RGB

 RED value IS 16 (6.64% from 255) = 9.2%

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

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

R = 9.2%
G = 28.74%
B = 62.07%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10326C (or 0x10326C) is known color: Sapphire. HEX triplet: 10, 32 and 6C. RGB value is (16,50,108). Sum of RGB (Red+Green+Blue) = 16+50+108=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #10326C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10326C is #EFCD93. Grayscale: #2E2E2E. Windows color (decimal): -15715732 or 7090704. OLE color: 7090704.

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

Color convert

RGB 16 50 108 -
CMYK 0.85 0.54 0 0.58
HSL 217.83º 0.74% 0.24% -
HSV(B) 217.83º 0.85% 0.42% -
XYZ 4.06 3.47 14.64 -
YUV 46.45 162.74 106.28 -
System Red Green Blue C M Y K H S L
Decimal 16 50 108 0.85 0.54 0 0.58 217.83 0.74 0.24
Hex 10 32 6C 55 36 0 3A DA 4A 18
Octal 20 62 154 125 66 0 72 332 112 30
Binary 10000 110010 1101100 1010101 110110 0 111010 11011010 1001010 11000

Color Harmonies of #10326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10326C

Black with #10326C

Text Example


Text Example

White with #10326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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